summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-19gnu: k3b: Add inputs bash-minimal and cdrtools....* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add bash-minimal (wrap-program is used), add cdrtools. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thomas Danckaert
2022-07-19gnu: k3b: Fix build....* gnu/packages/kde-multimedia.scm (k3b)[phases]: Add phase fix-cmake-taglib in order to use correct Taglib include and library variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thomas Danckaert
2022-07-19system: Add -I, --list-installed option....* guix/scripts/system.scm (display-system-generation): Add #:list-installed-regex and honor it. (list-generations): Likewise. (show-help, %options): Add "--list-installed". (process-command): For 'describe' and 'list-generation', honor the 'list-installed option. * doc/guix.texi (Invoking Guix System): Add information for --list-installed flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr
2022-07-19home: Add -I, --list-installed option....* guix/scripts/package.scm (list-installed): New procedure. * guix/scripts/home.scm (%options, show-help): Add '--list-installed'. (process-command): For 'describe' and 'list-generations', honor the 'list-installed option. (display-home-environment-generation): Add #:list-installed-regex and honor it. (list-generations): Likewise. * guix/scripts/utils.scm (pretty-print-table): New argument "left-pad". * doc/guix.texi (Invoking Guix Home): Add information and example for --list-installed flag. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr
2022-07-19gnu: tcc: Update to a83b285....Fixes <https://issues.guix.gnu.org/52140>. Reported by Guillaume Le Vaillant <glv@posteo.net>. * gnu/packages/c.scm (tcc): Update to a83b28568596afd8792fd58d1a5bd157fc6b6634. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ekaitz Zarraga
2022-07-19gnu: commencement: Explicitly provide the source of 'tcc-boot'....* gnu/packages/commencement.scm (tcc-boot)[source]: Remove dependency on tcc. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ekaitz Zarraga
2022-07-19upstream: Sort '%updaters' alphabetically....Previously the output of 'guix refresh --list-updaters' would be non-deterministic, and likewise the order in which updaters are tried would be non-deterministic. Reported by zimoun <zimon.toutoune@gmail.com>. * guix/upstream.scm (%updaters): Add call to 'sort'. Ludovic Courtès
2022-07-19gnu: Add trivial-custom-debugger....* gnu/packages/lisp-xyz.scm (cl-trivial-custom-debugger, ecl-trivial-custom-debugger, sbcl-trivial-custom-debugger): New variables. Pierre Neidhardt
2022-07-18gnu: bidiv: Add release-monitoring-url....* gnu/packages/fribidi.scm (bidiv)[properties]: New field. Efraim Flashner
2022-07-18gnu: khal: Update to 0.10.5....* gnu/packages/calendar.scm (khal): Update to 0.10.5. [arguments]: Remove trailing #t from phases. Efraim Flashner
2022-07-18gnu: weechat: Update to 3.6....* gnu/packages/irc.scm (weechat): Update to 3.6. [arguments]: Adjust instances of architecture specific code. Efraim Flashner
2022-07-18gnu: tig: Rebuild some of the generated documentation....* gnu/packages/version-control.scm (tig)[source]: Add snippet to remove some of the generated documentation. Efraim Flashner
2022-07-18gnu: tig: Install shell completions....* gnu/packages/version-control.scm (tig)[arguments]: Add custom phase to install shell completions. Efraim Flashner
2022-07-18gnu: tig: Update to 2.5.6....* gnu/packages/version-control.scm (tig): Update to 2.5.6. Efraim Flashner
2022-07-18gnu: emacs-plz: Update to 0.2....* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.2. Nicolas Goaziou
2022-07-18gnu: qgis: Disable failing tests....* gnu/packages/geo.scm (qgis)[arguments]: Disable tests that fail after upgrading geos to 3.10.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber
2022-07-18gnu: saga: Update to 8.2.1....* gnu/packages/geo.scm (saga): Update to 8.2.1. [build-system]: Use cmake-build-system. [arguments]: Set tests? to #f as there are no tests. Add phase for changing into saga-gis directory which contains the actual source code. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber
2022-07-18gnu: pcb2gcode: Update to 2.4.0....* gnu/packages/engineering.scm (pcb2gcode): Update to 2.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber
2022-07-18gnu: geos: Update to 3.10.2....* gnu/packages/geo.scm (geos): Update to 3.10.2. [build-system]: Use cmake-build-system. [arguments]: Remove trailing #t in 'patch-test-shebangs phase. [homepage]: Change to https://libgeos.org/. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber
2022-07-18gnu: grass: Update to 7.8.7....* gnu/packages/geo.scm (grass): Update to 7.8.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber
2022-07-18gnu: libgeotiff: Update to 1.7.1....* gnu/packages/geo.scm (libgeotiff): Update to 1.7.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber
2022-07-18gnu: Add gbonds....* gnu/packages/finance.scm (gbonds): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath
2022-07-18gnu: Add oauth2ms....* gnu/packages/python-web.scm (oauth2ms): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Kehayias
2022-07-18gnu: Add python-msal....* gnu/packages/python-web.scm (python-msal): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Kehayias
2022-07-18doc: Fix the example of "Run `make` automatically"...* doc/contributing.texi (Running Guix Before It Is Installed): add missing command separator '--'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rostislav Svoboda
2022-07-18gnu: xl2tpd: Update to 1.3.17....* gnu/packages/vpn.scm (xl2tpd)[version]: Update to 1.3.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ
2022-07-18gnu: Add pw....* gnu/packages/monitoring.scm (pw): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience
2022-07-18doc: Tweak....* doc/guix.texi (Using Guix Interactively): Add @cindex commands. Add missing word. Ludovic Courtès
2022-07-18gnu: gst-plugins-bad: Limit inputs based on architecture....* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Only build with mediasdk and svt-hevc on supported architectures. Efraim Flashner
2022-07-18gnu: mediasdk: Limit supported architectures....* gnu/packages/video.scm (mediasdk)[supported-systems]: New field. Efraim Flashner
2022-07-18gnu: svt-hevc: Limit supported architectures....* gnu/packages/video.scm (svt-hevc)[supported-systems]: New field. Efraim Flashner
2022-07-17gnu: libmpeg3: Fix building on many architectures....* gnu/packages/video.scm (libmpeg3)[arguments]: Add a custom phase to set the CFLAGS based on the Makefile. Remove trailing #t from phases. Efraim Flashner
2022-07-17gnu: gama: Update to 2.21....* gnu/packages/gps.scm (gama): Update to 2.21. Efraim Flashner
2022-07-17gnu: clojure-tools: Install tools....When installing clojure-tools, clojure still had no access to the tools because they were not installed. * gnu/packages/clojure.scm (clojure-tools)[arguments]: Install `tools.edn'. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Nikolai Weidt
2022-07-17gnu: smb4k: Fix build....Since the source file was called `download', it wasn't uncompressed during the build. * gnu/packages/kde-utils.scm (smb4k)[source]: Add `file-name'. Julien Lepiller
2022-07-17gnu: linux-libre 5.4: Update to 5.4.206....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.206. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2022-07-17gnu: linux-libre 5.10: Update to 5.10.131....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.131. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2022-07-17gnu: linux-libre 5.15: Update to 5.15.55....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.55. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2022-07-17gnu: linux-libre: Update to 5.18.12....* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.12. (linux-libre-5.18-pristine-source): Update hash. Leo Famulari
2022-07-17gnu: qtbase: Update to 6.3.1....* gnu/packages/qt.scm (qtbase): Update to 6.3.1. [cmake]: Delete commented out argument. [configure-flags]: Add -DFEATURE_system_xcb_xinput=ON. [phases]: Use gexps. {patch-more-paths}: Use search-input-file. Patch /bin/ls. {patch-mkspecs}: Use search-input-directory and search-input-file. [native-inputs]: Rewrite with modify-inputs. Replace gtk+ with gtk. Remove xorg-server-for-tests. [inputs]: Override field to extend with bash-minimal, libxcb and md4c. replace gtk+ with gtk. Use latest postgresql. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2022-07-15gnu: xfce4-xkb-plugin: Update to 0.8.3....* gnu/packages/xfce.scm (xfce4-xkb-plugin): Update to 0.8.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Michael Rohleder
2022-07-15gnu: ristretto: Update to 0.12.3....* gnu/packages/xfce.scm (ristretto): Update to 0.12.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Michael Rohleder
2022-07-15gnu: exo: Update to 4.16.4....* gnu/packages/xfce.scm (exo): Update to 4.16.4. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Michael Rohleder
2022-07-15gnu: emacs-telega-contrib: Use builtin transient library....* gnu/packages/emacs-xyz.scm (emacs-telega-contrib) [propagated-inputs]: Delete emacs-transient. Maxim Cournoyer
2022-07-15gnu: emacs-tshell: Use builtin transient library....* gnu/packages/emacs-xyz.scm (emacs-tshell) [propagated-inputs]: Delete emacs-transient. Maxim Cournoyer
2022-07-15gnu: emacs-seriestracker: Use builtin transient library....* gnu/packages/emacs-xyz.scm (emacs-seriestracker) [propagated-inputs]: Delete emacs-transient. Maxim Cournoyer
2022-07-15gnu: emacs-calibredb: Use builtin transient library....* gnu/packages/emacs-xyz.scm (emacs-calibredb) [propagated-inputs]: Remove emacs-transient. Maxim Cournoyer
2022-07-15gnu: emacs-vdiff-magit: Use builtin transient library....* gnu/packages/emacs-xyz.scm (emacs-vdiff-magit) [propagated-inputs]: Remove emacs-transient. Maxim Cournoyer
2022-07-15gnu: emacs-matcha: Use builtin transient library....* gnu/packages/emacs-xyz.scm (emacs-matcha) [propagated-inputs]: Remove emacs-transient. Maxim Cournoyer
2022-07-15gnu: emacs-forge: Use builtin transient library....* gnu/packages/emacs-xyz.scm (emacs-forge) [propagated-inputs]: Remove emacs-transient. Maxim Cournoyer