summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* etc: snippets: Use ‘hg-file-name’ when origin uses ‘hg-fetch’Xinglu Chen2021-06-26
| | | | | | | | | Adjust to changes in commit aaafd19bd1e37265de07e246286a6819792c25b4. * etc/snippets/scheme-mode/guix-origin: Use ‘hg-file-name’ instead of ‘string-append’ when ‘method’ for origin is ‘hg-fetch’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-fire.Danial Behzadi2021-06-26
| | | | | | * gnu/packages/python-xyz.scm (python-fire): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: youtube-dl-gui: Update to 4.0.Raghav Gururajan2021-06-26
| | | | | | | | This new version requires gettext and twodict. * gnu/packages/video.scm (youtube-dl-gui)[version]: Update to 4.0. [native-inputs]: Add gettext-minimal. [inputs]: Add python2-twodict.
* gnu: Add python2-twodict.Raghav Gururajan2021-06-26
| | | | * gnu/packages/python-xyz.scm (python2-twodict): New variable.
* gnu: Add python-twodict.Raghav Gururajan2021-06-26
| | | | * gnu/packages/python-xyz (python-twodict): New variable.
* gnu: brightnessctl: Fix installing udev rules.Brice Waegeneire2021-06-26
| | | | | * gnu/packages/linux.scm (brightnessctl)[arguments]: Preprend "adjust-udev-rules" to force installation of udev rules.
* gnu: nyacc: Update description for versions >= 1.00.Tobias Geerinckx-Rice2021-06-26
| | | | | | Fixes <http://issues.guix.gnu.org/49230>. * gnu/packages/mes.scm (nyacc)[description]: Adopt current upstream text.
* gnu: dosbox-staging: Build with upstream's release options.Tobias Geerinckx-Rice2021-06-26
| | | | | * gnu/packages/emulators.scm (dosbox-staging)[arguments]: Produce a more optimised binary without run-time debugging overhead.
* gnu: emacs-circe: Update to 2.11-0.d6f1fa1.Nicolas Goaziou2021-06-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.11-0.d6f1fa1. [arguments]<#:phases>: Remove three failing tests.
* gnu: emacs-rg: Update to 2.1.0.Nicolas Goaziou2021-06-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.1.0.
* gnu: libmpdel: Use complete sentences in description.Nicolas Goaziou2021-06-26
| | | | | * gnu/packages/emacs-xyz.scm (emacs-libmpdel)[description]: Use complete sentences.
* gnu: emacs-libmpdel: Update to 1.3.0.Nicolas Goaziou2021-06-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 1.3.0.
* download: 'tls-wrap' retries handshake upon non-fatal errors.Ludovic Courtès2021-06-25
| | | | | | | | Fixes <https://bugs.gnu.org/49223>. Reported by Domagoj Stolfa <ds815@gmx.com>. * guix/build/download.scm (tls-wrap): Retry up to 5 times when 'handshake' throws a non-fatal error.
* guix substitute: Adjust comment about GnuTLS bug.Ludovic Courtès2021-06-25
| | | | | * guix/scripts/substitute.scm (call-with-cached-connection): Adjust comment.
* gnu: connman: Update to 1.40.Tobias Geerinckx-Rice2021-06-25
| | | | | | | | * gnu/packages/connman.scm (connman): Update to 1.40. [source]: Remove upstreamed patch. [inputs]: Add lz4, rather than propagate it from openconnect. * gnu/packages/patches/connman-CVE-2021-33833.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: mariadb-connector-c: Update to 3.1.13.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.13.
* gnu: Add dosbox-staging.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/emulators.scm (dosbox-staging): New public variable.
* gnu: libredwg: Update to 0.12.4.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/engineering.scm (libredwg): Update to 0.12.4.
* gnu: exfat-utils: Move to (gnu packages file-systems).Tobias Geerinckx-Rice2021-06-25
| | | | | * gnu/packages/mtools.scm (exfat-utils): Move from here… * gnu/packages/file-systems.scm (exfat-utils): …to here.
* gnu: postgis: Update to 3.1.2.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/geo.scm (postgis): Update to 3.1.2.
* gnu: zfs: Update to 2.0.5.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/file-systems.scm (zfs): Update to 2.0.5.
* gnu: nix: Use a source URL that doesn't break Guix.Tobias Geerinckx-Rice2021-06-25
| | | | | | Works around <http://issues.guix.gnu.org/49223>. * gnu/packages/package-management.scm (nix)[source]: Tweak URL.
* gnu: totem: Update to 3.38.1.Tobias Geerinckx-Rice2021-06-25
| | | | | * gnu/packages/gnome.scm (totem): Update to 3.38.1. [arguments]: Remove obsolete 'patch-failing-test phase.
* build: Build guix.scm and gnu.scm.Ludovic Courtès2021-06-25
| | | | | | | | | | | Fixes a regression introduced in ef82ba9dd94369926eb13325d5e7da4306d23dd7 that was causing these two files to not be built. In turn, 'tests/inferior.scm' would determine the wrong %TOP-BUILDDIR value, causing the "&inferior-exception" test to fail because for lack of an inferior stack trace. * Makefile.am (MODULES_CORE): Add guix.scm. (MODULES_SYSTEM): Add gnu.scm.
* import: hackage: Support "common" field and importsPhilip Munksgaard2021-06-25
| | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/48701>. * guix/import/cabal.scm (make-cabal-parser): Modify. (is-common): New variable. (lex-common): New procedure. (is-id): Modify. (eval-cabal): Modify. * tests/hackage.scm ("hackage->guix-package test cabal import") New test. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* reconfigure: Use 'formatted-message'.Ludovic Courtès2021-06-25
| | | | | | * guix/scripts/system/reconfigure.scm (ensure-forward-reconfigure): Use 'formatted-message'. * guix/scripts/deploy.scm (deploy-machine*): Handle it.
* deploy: Leave on hard error.Ludovic Courtès2021-06-25
| | | | | | | | Previously, the error message would be displayed, followed by a backtrace ending in &non-continuable. * guix/scripts/deploy.scm (deploy-machine*): Call 'leave' rather than 'report-error' when C is a &message.
* gnu: suitesparse: Update to 5.10.1.Ludovic Courtès2021-06-25
| | | | * gnu/packages/maths.scm (suitesparse): Update to 5.10.1.
* gnu: suitesparse: Link against OpenBLAS rather than LAPACK.Ludovic Courtès2021-06-25
| | | | | | * gnu/packages/maths.scm (suitesparse)[inputs]: Replace LAPACK with OPENBLAS. [arguments]: Add "BLAS"and "LAPACK" to #:make-flags.
* gnu: sbcl-rss: Update to 0.9.1.1.Pierre Neidhardt2021-06-25
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-rss): Update to 0.9.1.1. [source]: Use upstream URL instead of GitHub mirror. [arguments]: Missing tests are no longer an issue with latest version.
* gnu: mpd: Update to 0.22.9.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.22.9.
* gnu: interception-tools: Update to 0.6.6.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/linux.scm (interception-tools): Update to 0.6.6.
* gnu: krita: Update to 4.4.5.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/kde.scm (krita): Update to 4.4.5.
* gnu: gpodder: Update to 3.10.20.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/gpodder.scm (gpodder): Update to 3.10.20.
* gnu: mtools: Update to 4.0.31.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/mtools.scm (mtools): Update to 4.0.31.
* Remove unused module imports from (gnu services vpn).Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/services/vpn.scm: Remove (gnu packages networking) and (guix utils) imports.
* gnu: Add cl-rss, sbcl-rss.Pierre Neidhardt2021-06-25
| | | | * gnu/packages/lisp-xyz.scm (cl-rss, sbcl-rss): New variables.
* gnu: Add aserve.Pierre Neidhardt2021-06-25
| | | | * gnu/packages/lisp-xyz.scm (cl-aserve, sbcl-aserve): New variables.
* gnu: Add acl-compat.Pierre Neidhardt2021-06-25
| | | | * gnu/packages/lisp-xyz.scm (cl-acl-compat, sbcl-acl-compat): New variables.
* gnu: Add r-vroom.Lars-Dominik Braun2021-06-25
| | | | * gnu/packages/cran.scm (r-vroom): New variable.
* gnu: Add r-tzdb.Lars-Dominik Braun2021-06-25
| | | | * gnu/packages/cran.scm (r-tzdb): New variable.
* gnu: Add labelme.Lars-Dominik Braun2021-06-25
| | | | * gnu/packages/image-processing.scm (labelme): New variable.
* gnu: Add python-imgviz.Lars-Dominik Braun2021-06-25
| | | | * gnu/packages/image-processing.scm (python-imgviz): New variable.
* gnu: emacs-package-build: Update to 2.4.Nicolas Goaziou2021-06-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 2.4.
* gnu: emacs-helm: Make description more focused.Nicolas Goaziou2021-06-25
| | | | | * gnu/packages/emacs-xyz.scm (emacs-helm)[description]: Shorten and keep it focused on Helm, not Anything.
* gnu: emacs-helm: Update to 3.8.0.Nicolas Goaziou2021-06-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.0.
* gnu: nix: Update to 2.3.13.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/package-management.scm (nix): Update to 2.3.13.
* gnu: parallel: Update to 20210622.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/parallel.scm (parallel): Update to 20210622.
* gnu: rlwrap: Update to 0.45.2.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/readline.scm (rlwrap): Update to 0.45.2.
* gnu: vlc: Update to 3.0.16.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/video.scm (vlc): Update to 3.0.16.