Age | Commit message (Collapse) | Author |
|
* gnu/packages/lisp-xyz.scm (sbcl-markup-reader, ecl-markup-reader,
cl-markup-reader): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
[[PGP Signed Part:Good signature from D37D0EA7CECC3912 Giovanni Biscuolo (Xelera) <g@xelera.eu> (trust undefined) created at 2021-06-16T13:00:30+0200 using RSA]]
[1. text/x-diff; 0001-gnu-Add-ruby-taskjuggler.patch]
From 46aacfc1ab93166a289f8edb1fcd119e9145840c Mon Sep 17 00:00:00 2001
From: Giovanni Biscuolo <g@xelera.eu>
Date: Wed, 9 Jun 2021 11:57:12 +0200
Subject: [PATCH] gnu: Add ruby-taskjuggler.
* gnu/packages/ruby.scm (ruby-taskjuggler): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/ruby.scm (ruby-term-ansicolor): Update to 1.7.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/tex.scm (texlive-latex-ebproof): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/statistics.scm (python-rpy2): Update to 3.4.5
[source]: Remove the patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/php.scm (php): Build sodium extension.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
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/packages/python-xyz.scm (python-fire): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
|
|
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/packages/python-xyz.scm (python2-twodict): New variable.
|
|
* gnu/packages/python-xyz (python-twodict): New variable.
|
|
* gnu/packages/linux.scm (brightnessctl)[arguments]: Preprend
"adjust-udev-rules" to force installation of udev rules.
|
|
Fixes <http://issues.guix.gnu.org/49230>.
* gnu/packages/mes.scm (nyacc)[description]: Adopt current upstream text.
|
|
* gnu/packages/emulators.scm (dosbox-staging)[arguments]: Produce a more
optimised binary without run-time debugging overhead.
|
|
* gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.11-0.d6f1fa1.
[arguments]<#:phases>: Remove three failing tests.
|
|
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.1.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-libmpdel)[description]: Use complete
sentences.
|
|
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 1.3.0.
|
|
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/scripts/substitute.scm (call-with-cached-connection): Adjust
comment.
|
|
* 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/packages/databases.scm (mariadb-connector-c): Update to 3.1.13.
|
|
* gnu/packages/emulators.scm (dosbox-staging): New public variable.
|
|
* gnu/packages/engineering.scm (libredwg): Update to 0.12.4.
|
|
* gnu/packages/mtools.scm (exfat-utils): Move from here…
* gnu/packages/file-systems.scm (exfat-utils): …to here.
|
|
* gnu/packages/geo.scm (postgis): Update to 3.1.2.
|
|
* gnu/packages/file-systems.scm (zfs): Update to 2.0.5.
|
|
Works around <http://issues.guix.gnu.org/49223>.
* gnu/packages/package-management.scm (nix)[source]: Tweak URL.
|
|
* gnu/packages/gnome.scm (totem): Update to 3.38.1.
[arguments]: Remove obsolete 'patch-failing-test phase.
|
|
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.
|
|
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>
|
|
* guix/scripts/system/reconfigure.scm (ensure-forward-reconfigure): Use
'formatted-message'.
* guix/scripts/deploy.scm (deploy-machine*): Handle it.
|
|
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/packages/maths.scm (suitesparse): Update to 5.10.1.
|
|
* gnu/packages/maths.scm (suitesparse)[inputs]: Replace LAPACK with
OPENBLAS.
[arguments]: Add "BLAS"and "LAPACK" to #:make-flags.
|
|
* 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/packages/mpd.scm (mpd): Update to 0.22.9.
|
|
* gnu/packages/linux.scm (interception-tools): Update to 0.6.6.
|
|
* gnu/packages/kde.scm (krita): Update to 4.4.5.
|
|
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.20.
|
|
* gnu/packages/mtools.scm (mtools): Update to 4.0.31.
|
|
* gnu/services/vpn.scm: Remove (gnu packages networking) and (guix utils) imports.
|
|
* gnu/packages/lisp-xyz.scm (cl-rss, sbcl-rss): New variables.
|
|
* gnu/packages/lisp-xyz.scm (cl-aserve, sbcl-aserve): New variables.
|
|
* gnu/packages/lisp-xyz.scm (cl-acl-compat, sbcl-acl-compat): New variables.
|
|
* gnu/packages/cran.scm (r-vroom): New variable.
|
|
* gnu/packages/cran.scm (r-tzdb): New variable.
|
|
* gnu/packages/image-processing.scm (labelme): New variable.
|
|
* gnu/packages/image-processing.scm (python-imgviz): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 2.4.
|