summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "gnu: libvirt: Update to 7.1.0."•••The update causes virsh to fail <https://bugs.gnu.org/47541>. This reverts commit 383b02a370252c08eb1d43ac94d659c1d3993a35. Pierre Langlois2021-04-024-64/+94
* Revert "gnu: python-libvirt: Update to 7.1.0."•••This reverts commit 52ed12afcb4618f0a9801b10799d8bbdffe87878. Pierre Langlois2021-04-021-2/+2
* Revert "gnu: libvirt-glib: Update to 4.0.0."•••This reverts commit 7573ab22d7400a16d81228c6500331a293887cae. Pierre Langlois2021-04-021-4/+4
* Revert "gnu: virt-manager: Update to 3.2.0."•••This reverts commit 5eb05ede0bf0cfe3080a24eea783f0fbc2ed4015. Pierre Langlois2021-04-021-6/+10
* gnu: sbcl-cl-webkit: Update to 20210401.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210401. Pierre Neidhardt2021-04-021-3/+3
* gnu: python-pyserial: Update to 3.5.•••* gnu/packages/python-xyz.scm (python-pyserial): Update to 3.5. Tobias Geerinckx-Rice2021-04-011-2/+2
* gnu: python-tabulate: Update to 0.8.9.•••* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.9. Tobias Geerinckx-Rice2021-04-011-2/+2
* gnu: python-ipaddress: Update to 1.0.23.•••* gnu/packages/python-xyz.scm (python-ipaddress): Update to 1.0.23. Tobias Geerinckx-Rice2021-04-011-2/+2
* gnu: Fix packages that were importing Guile modules from the host.•••Those packages were importing (ice-9 match) & co. from the host Guile, which could potentially lead to different derivations depending on the Guile in use. Uncovered by the warning emitted by 'gexp-modules'. * gnu/packages/admin.scm (inxi-minimal)[arguments]: Remove Guile modules from #:modules. * gnu/packages/dns.scm (ddclient)[arguments]: Likewise. * gnu/packages/tex.scm (texlive-latex-koma-script)[arguments]: Likewise. * gnu/packages/java.scm (openjdk11)[arguments]: Likewise for #:imported-modules. Ludovic Courtès2021-04-014-14/+5
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of POWER9 entry. Florian Pelz2021-04-011-0/+12
* gnu: rust-rocket-http-0.4: Update to 0.4.7 [fixes CVE-2021-29935].•••* gnu/packages/crates-io.scm (rust-rocket-http-0.4): Update to 0.4.7. Léo Le Bouter2021-04-011-2/+2
* gnu: rust-rocket-codegen-0.4: Update to 0.4.7 [fixes CVE-2021-29935].•••* gnu/packages/crates-io.scm (rust-rocket-codegen-0.4): Update to 0.4.7. Léo Le Bouter2021-04-011-2/+2
* gnu: rust-rocket-0.4: Update to 0.4.7 [fixes CVE-2021-29935].•••* gnu/packages/crates-io.scm (rust-rocket-0.4): Update to 0.4.7. Léo Le Bouter2021-04-011-2/+2
* gnu: Add emacs-sdcv.•••* gnu/packages/emacs-xyz.scm (emacs-sdcv): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> qblade2021-04-011-0/+28
* gnu: Add emacs-showtip.•••* gnu/packages/emacs-xyz.scm (emacs-showtip): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> qblade2021-04-011-0/+22
* gnu: fe: Fix hash.•••* gnu/packages/text-editors.scm (fe): Update hash. Development version (2.0) has been rebased on top of latest stable release (1.9). Nicolas Goaziou2021-04-011-2/+2
* gnu: perl-data-validate-ip: Update to 0.30 [fixes CVE-2021-29662].•••* gnu/packages/networking.scm (perl-data-validate-ip): Update to 0.30. Léo Le Bouter2021-04-011-2/+2
* build-self: Take care of the spinner in the parent process.•••This simplifies code and mostly ensures we don't print a spinner while there's build activity going on. * build-aux/build-self.scm (build-program): Remove 'spin' and 'call-with-new-thread' call from "compute-guix-derivation" body. Remove "Computing Guix derivation" message. (proxy): Pass extra argument to 'select'. Display a spinner when 'select' returns empty lists. (build): Print "Computing Guix derivation" message here. Ludovic Courtès2021-04-011-26/+17
* build-self: Forward sub-process build output to (current-build-output-port).•••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. Ludovic Courtès2021-04-011-25/+65
* scripts: show: Replace 'args-fold*' by 'parse-command-line'.•••* guix/scripts/show.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun2021-04-011-6/+4
* scripts: search: Replace 'args-fold*' by 'parse-command-line'.•••* guix/scripts/search.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun2021-04-011-5/+4
* scripts: repl: Replace 'args-fold*' by 'parse-command-line'.•••* guix/scripts/repl.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun2021-04-011-6/+5
* scripts: publish: Replace 'args-fold*' by 'parse-command-line'.•••* guix/scripts/publish.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun2021-04-011-6/+6
* scripts: edit: Replace 'args-fold*' by 'parse-command-line'.•••* guix/scripts/edit.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun2021-04-011-6/+4
* scripts: download: Replace 'args-fold*' by 'parse-command-line'.•••* guix/scripts/download.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun2021-04-011-9/+8
* scripts: discover: Replace 'args-fold*' by 'parse-command-line'.•••* guix/scripts/discover.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun2021-04-011-6/+6
* scripts: describe: Replace 'args-fold*' by 'parse-command-line'.•••* guix/scripts/describe.scm (define-command): Replace 'args-fold*' by 'parse-command-line'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun2021-04-011-6/+4
* doc: Fix typo.•••* doc/guix.texi (Inferiors): Use past tense. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen2021-04-011-1/+1
* gnu: psm2: Update to 11.2.185.•••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. Ludovic Courtès2021-04-011-2/+2
* gnu: librsvg@2.50: Update to 2.50.3.•••* 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. Tobias Geerinckx-Rice2021-04-012-8/+7
* gnu: youtube-dl: Update to 2021.04.01.•••* gnu/packages/video.scm (youtube-dl): Update to 2021.04.01. Tobias Geerinckx-Rice2021-04-011-2/+2
* gnu: mame: Update to 0.230.•••* gnu/packages/emulators.scm (mame): Update to 0.230. Tobias Geerinckx-Rice2021-04-011-2/+2
* gnu: foo2zjs: Update to 20200610.1.•••No functional changes. * gnu/packages/cups.scm (foo2zjs): Update to 20200610.1. [source]: Use a Web-archived tarball. Tobias Geerinckx-Rice2021-04-011-8/+9
* lint: Warn about single-character package names.•••A common-sense exception is made for R. * guix/lint.scm (check-name): New procedure. (%local-checkers): Add it. Tobias Geerinckx-Rice via Bug reports for GNU Guix2021-04-011-1/+17
* doc: Discourage ambiguous package names.•••* doc/contributing.texi (Package Naming): Explicitly mention single-character and otherwise ambiguous names. Tobias Geerinckx-Rice via Bug reports for GNU Guix2021-04-012-1/+9
* gnu: Add zulip-term.•••* gnu/packages/messaging.scm (zulip-term): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi2021-04-011-0/+52
* gnu: Add python-zulip.•••* gnu/packages/python-xyz.scm (python-zulip): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi2021-04-011-0/+49
* gnu: Add python-flake8-quotes.•••* gnu/packages/python-xyz.scm (python-flake8-quotes): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi2021-04-011-0/+19
* gnu: Add python-flake8-continuation.•••* gnu/packages/python-xyz.scm (python-flake8-continuation): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi2021-04-011-0/+28
* gnu: Add python-matrix-client.•••* gnu/packages/matrix.scm (python-matrix-client): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi2021-04-011-0/+25
* gnu: Add python-urwid-readline.•••* gnu/packages/python-xyz.scm (python-urwid-readline): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi2021-04-011-0/+34
* gnu: python-urwid: Update to 2.1.2.•••* 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> Giacomo Leidi2021-04-011-3/+14
* gnu: Add texlive-utopia.•••* gnu/packages/tex.scm: New variable. Paul Garlick2021-04-011-0/+22
* services: kmscon: Add font-engine and font-size fields.•••* 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. qblade2021-04-012-2/+17
* gnu: american-fuzzy-lop: Add support for powerpc-linux.•••* gnu/packages/debug.scm (american-fuzzy-lop): Add case for powerpc-linux. (qemu-for-american-fuzzy-lop): Same. Efraim Flashner2021-04-011-0/+2
* gnu: american-fuzzy-lop: Update to 2.57b.•••* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.57b. Efraim Flashner2021-04-011-2/+2
* gnu: qemu-for-american-fuzzy-lop: Fix build.•••* 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. Efraim Flashner2021-04-013-2/+61
* gnu: cuirass: Update home page.•••* gnu/packages/ci.scm (cuirass)[home-page]: Update it. Mathieu Othacehe2021-04-011-1/+1
* gnu: Add cl-conspack.•••* gnu/packages/lisp-xyz.scm: (sbcl-cl-conspack, cl-conspack, ecl-cl-conspack): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher2021-04-011-0/+48
* gnu: sbcl-postmodern: Update to 1.32.9.•••* gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.32.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher2021-04-011-2/+2