summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build-self: Forward sub-process build output to (current-build-output-port).Ludovic Courtès2021-04-01
| | | | | | | | | | Fixes <https://bugs.gnu.org/41930>. * build-aux/build-self.scm (build-program): Add extra 'build-output' parameter. Interpret it as a socket name and connect to it; use it as the CURRENT-BUILD-OUTPUT-PORT. (proxy): New procedure. (build): Open a named socket. Accept connections and call 'proxy' on it.
* scripts: show: Replace 'args-fold*' by 'parse-command-line'.zimoun2021-04-01
| | | | | | | * guix/scripts/show.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* scripts: search: Replace 'args-fold*' by 'parse-command-line'.zimoun2021-04-01
| | | | | | | * guix/scripts/search.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* scripts: repl: Replace 'args-fold*' by 'parse-command-line'.zimoun2021-04-01
| | | | | | | * guix/scripts/repl.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* scripts: publish: Replace 'args-fold*' by 'parse-command-line'.zimoun2021-04-01
| | | | | | | * guix/scripts/publish.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* scripts: edit: Replace 'args-fold*' by 'parse-command-line'.zimoun2021-04-01
| | | | | | | * guix/scripts/edit.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* scripts: download: Replace 'args-fold*' by 'parse-command-line'.zimoun2021-04-01
| | | | | | | * guix/scripts/download.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* scripts: discover: Replace 'args-fold*' by 'parse-command-line'.zimoun2021-04-01
| | | | | | | * guix/scripts/discover.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* scripts: describe: Replace 'args-fold*' by 'parse-command-line'.zimoun2021-04-01
| | | | | | | * guix/scripts/describe.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Fix typo.Xinglu Chen2021-04-01
| | | | | | * doc/guix.texi (Inferiors): Use past tense. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: psm2: Update to 11.2.185.Ludovic Courtès2021-04-01
| | | | | | | | | | Fixes a bug introduced with the Open MPI 4.1.0 update in commit ee21803288cb2fd4dcfa9091d4fe4080a795a1ab, whereby the new version of Open MPI would not compile PSM2 support because our version of PSM2 was too old. Consequently, Open MPI would fall back to UCX and users would get poor performance on Omni-Path networks. * gnu/packages/linux.scm (psm2): Update to 11.2.185.
* gnu: librsvg@2.50: Update to 2.50.3.Tobias Geerinckx-Rice2021-04-01
| | | | | | | | | * gnu/packages/crates-io.scm (rust-lopdf-0.25): Rename to... (rust-lopdf-0.26): ...to this, updated to 0.26.0. [arguments]: Update #:cargo-inputs' rust-time-0.1 to rust-time-0.2. * gnu/packages/gnome.scm (librsvg): Update to 2.50.3. [arguments]: Update #:cargo-development-inputs's rust-lopdf-0.25 to rust-lopdf-0.26.
* gnu: youtube-dl: Update to 2021.04.01.Tobias Geerinckx-Rice2021-04-01
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.04.01.
* gnu: mame: Update to 0.230.Tobias Geerinckx-Rice2021-04-01
| | | | * gnu/packages/emulators.scm (mame): Update to 0.230.
* gnu: foo2zjs: Update to 20200610.1.Tobias Geerinckx-Rice2021-04-01
| | | | | | | No functional changes. * gnu/packages/cups.scm (foo2zjs): Update to 20200610.1. [source]: Use a Web-archived tarball.
* lint: Warn about single-character package names.Tobias Geerinckx-Rice via Bug reports for GNU Guix2021-04-01
| | | | | | | A common-sense exception is made for R. * guix/lint.scm (check-name): New procedure. (%local-checkers): Add it.
* doc: Discourage ambiguous package names.Tobias Geerinckx-Rice via Bug reports for GNU Guix2021-04-01
| | | | | * doc/contributing.texi (Package Naming): Explicitly mention single-character and otherwise ambiguous names.
* gnu: Add zulip-term.Giacomo Leidi2021-04-01
| | | | | | * gnu/packages/messaging.scm (zulip-term): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-zulip.Giacomo Leidi2021-04-01
| | | | | | * gnu/packages/python-xyz.scm (python-zulip): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-flake8-quotes.Giacomo Leidi2021-04-01
| | | | | | * gnu/packages/python-xyz.scm (python-flake8-quotes): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-flake8-continuation.Giacomo Leidi2021-04-01
| | | | | | * gnu/packages/python-xyz.scm (python-flake8-continuation): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-matrix-client.Giacomo Leidi2021-04-01
| | | | | | * gnu/packages/matrix.scm (python-matrix-client): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-urwid-readline.Giacomo Leidi2021-04-01
| | | | | | * gnu/packages/python-xyz.scm (python-urwid-readline): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-urwid: Update to 2.1.2.Giacomo Leidi2021-04-01
| | | | | | | | * gnu/packages/python-xyz.scm (python-urwid): Update to 2.1.2. [properties]: New field. (python2-urwid): Stay at 2.1.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add texlive-utopia.Paul Garlick2021-04-01
| | | | * gnu/packages/tex.scm: New variable.
* services: kmscon: Add font-engine and font-size fields.qblade2021-04-01
| | | | | | | * gnu/services/base.scm (<kmscon-configuration>): Add font-engine and font-size fields. (kmscon-service-type): Honor them. * doc/guix.texi (Base Services): Document them.
* gnu: american-fuzzy-lop: Add support for powerpc-linux.Efraim Flashner2021-04-01
| | | | | | * gnu/packages/debug.scm (american-fuzzy-lop): Add case for powerpc-linux. (qemu-for-american-fuzzy-lop): Same.
* gnu: american-fuzzy-lop: Update to 2.57b.Efraim Flashner2021-04-01
| | | | * gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.57b.
* gnu: qemu-for-american-fuzzy-lop: Fix build.Efraim Flashner2021-04-01
| | | | | | | * gnu/packages/debug.scm (qemu-for-american-fuzzy-lop)[source]: Add patch. * gnu/packages/patches/qemu-glibc-2.30.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: cuirass: Update home page.Mathieu Othacehe2021-04-01
| | | | * gnu/packages/ci.scm (cuirass)[home-page]: Update it.
* gnu: Add cl-conspack.Sharlatan Hellseher2021-04-01
| | | | | | | * gnu/packages/lisp-xyz.scm: (sbcl-cl-conspack, cl-conspack, ecl-cl-conspack): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-postmodern: Update to 1.32.9.Sharlatan Hellseher2021-04-01
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.32.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: services: web: Have fcgiwrap log to a file.Christopher Baines2021-04-01
| | | | | | | This makes it easier to access the output. * gnu/services/web.scm (fcgiwrap-shepherd-service): Pass #:log-file to make-forkexec-constructor.
* gnu: services: web: Cleanup whitespace.Christopher Baines2021-04-01
| | | | | | Replace tabs with spaces, and delete trailing whitespace. * gnu/services/web.scm: Cleanup whitespace.
* gnu: taglib: Update to 1.12.Brendan Tildesley2021-04-01
| | | | | | * gnu/packages/mp3.scm (taglib): Update to 1.12. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: waybar: Update to 0.9.5.pricly_yellow2021-04-01
| | | | | | | | | * gnu/packages/wm.scm (waybar): Update to 0.9.5. [inputs]: Replace fmt-6 with fmt, spdlog-1.7 with spdlog. * gnu/packages/logging.scm (spdlog-1.7): Remove variable. * gnu/packages/pretty-print.scm (fmt-6): Same. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ilmbase: Update to 2.5.5.Efraim Flashner2021-04-01
| | | | * gnu/packages/graphics.scm (ilmbase): Update to 2.5.5.
* gnu: emacs-gif-screencast: Update to 1.2.Pierre Neidhardt2021-04-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-gif-screencast): Update to 1.2.
* gnu: gimp: Ship a copy of the gegl patch.Tobias Geerinckx-Rice2021-04-01
| | | | | | | | | | | As Ludo' rightly points out, GitHub's patches are probably as stable as their tarballs. * gnu/packages/gimp.scm (gimp)[source]: Use SEARCH-PATCHES instead of an origin. * gnu/packages/patches/gimp-make-gegl-introspect-optional.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: mumi: Update to 0.0.1-5.9f070bd.Ricardo Wurmus2021-03-31
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-5.9f070bd.
* Revert "Revert some commits that caused `guix pull` to fail."zimoun2021-03-31
| | | | This reverts commit 8ec0ca8faff62f19426f22aeb1bd59a8950ca05a.
* gnu: r-absfiltergsea: Move to (gnu packages bioconductor).zimoun2021-03-31
| | | | | * gnu/packages/cran.scm (r-absfiltergsea): Move this variable from here... * gnu/packages/bioconductor.scm (r-absfiltergsea): ...to here.
* gnu: r-bisquerna: Move to (gnu packages bioconductor).zimoun2021-03-31
| | | | | * gnu/packages/cran.scm (r-bisquerna): Move this variable from here... * gnu/packages/bioconductor.scm (r-bisquerna): ...to here.
* gnu: linux-libre 4.4: Update to 4.4.264.Leo Famulari2021-03-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.264. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.264.Leo Famulari2021-03-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.264. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.228.Leo Famulari2021-03-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.228. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.184.Leo Famulari2021-03-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.184. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.109.Leo Famulari2021-03-31
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.109. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.27.Leo Famulari2021-03-31
| | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.27. (linux-libre-5.10-pristine-source): Update hash. * gnu/packages/aux-files/linux-libre/5.10-x86_64.conf: Update for linux-libre@5.10.27.
* gnu: linux-libre: Update to 5.11.11.Leo Famulari2021-03-31
| | | | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.11. (linux-libre-5.11-pristine-source): Update hash. * gnu/packages/aux-files/linux-libre/5.11-x86_64.conf: Update for linux-libre@5.11.11.