aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-09-24 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-10-15 02:00:00 +0200
commitbdb664f7b0df111b0ff5a0f61bfca7fdb5786672 (patch)
tree6f1019cfb74c4d02866bbba826c84d1d5f8a281e /gnu/packages/password-utils.scm
parentc7ab89c6642f0e634547f4ed26eab079b31f06bc (diff)
downloadguix-bdb664f7b0df111b0ff5a0f61bfca7fdb5786672.tar.gz
guix-bdb664f7b0df111b0ff5a0f61bfca7fdb5786672.zip
gnu: network-manager: Use Meson option for modprobe.
* gnu/packages/gnome.scm (arguments): Replace the 'patch-modprobe-path phase with a ‘-Dmodprobe=’ configure flag.
Diffstat (limited to 'gnu/packages/password-utils.scm')
0 files changed, 0 insertions, 0 deletions
ghlight'> * gnu/packages/photo.scm (entangle)[arguments]: Rewrite as G-expressions. Don't explicitly return #t from phases. [native-inputs]: Remove input labels. 2023-08-13gnu: entangle: Fix build.Tobias Geerinckx-Rice * gnu/packages/photo.scm (entangle)[arguments]: Add a new 'build-with-meson-0.60 phase. [native-inputs]: Add itstool. 2023-07-16gnu: darktable: Update to 4.4.2.Tobias Geerinckx-Rice * gnu/packages/photo.scm (darktable): Update to 4.4.2. 2023-07-16gnu: lensfun: Update to 0.3.4.Tobias Geerinckx-Rice * gnu/packages/photo.scm (lensfun): Update to 0.3.4. 2023-07-18gnu: Deprecate `texlive-tiny'.Nicolas Goaziou At this point, there are three equivalent TeX Live sub-systems: texlive-scheme-basic, texlive-tiny, and (texlive-updmap.cfg). It is confusing to keep so many around. * doc/contributing.texi (Submitting Patches): Remove reference to TEXLIVE-TINY. * gnu/packages/algebra.scm (pari-gp)[native-inputs]: (giac)[native-inputs]: * gnu/packages/chez.scm (chez-sockets)[native-inputs]: * gnu/packages/engineering.scm (fastcap)[native-inputs]: * gnu/packages/gettext.scm (po4a)[native-inputs]: * gnu/packages/maths.scm (cddlib)[native-inputs]: (gnuplot)[native-inputs]: (itpp)[native-inputs]: * gnu/packages/ocaml.scm (unison)[native-inputs]: * gnu/packages/pdf.scm (extractpdfmark)[native-inputs]: * gnu/packages/photo.scm (enblend-enfuse): Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG. * gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove unnecessary TEXLIVE-TINY. * gnu/packages/tex.scm (texlive-tiny): Deprecate it in favor of TEXLIVE-SCHEME-BASIC. (texlive-makecmds)[native-inputs]: Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG. * guix/lint.scm (check-inputs-should-be-native): Check only for "texlive-updmap.cfg" input name. 2023-07-04gnu: darktable: Update to 4.4.1.John Kehayias * gnu/packages/photo.scm (darktable): Update to 4.4.1. [phases]{fix-missing-include}: Remove phase as this has been fixed upstream. 2023-06-22gnu: darktable: Update to 4.4.0.John Kehayias * gnu/packages/photo.scm (darktable): Update to 4.4.0. [native-inputs]: Replace clang-11 and llvm-11 with clang and llvm, respectively. Darktable no longer builds with older versions.