summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-01gnu: gnumach: Fix compilation....* gnu/packages/hurd.scm (gnumach)[arguments]: Inherit arguments from GNUMACH-HEADERS. [native-inputs]: Add AUTOCONF, AUTOMAKE, and TEXINFO-4. Ludovic Courtès
2020-04-01Revert "gnu: coreutils: Fix cross-compilation to i586-pc-gnu."...This reverts commit 67cbfeae30eb9b7c56145bf72582d71eea177370, which is not longer necessary now that the 'ld.so' linker script of the cross glibc contains "libhurduser.so libmachuser.so". Ludovic Courtès
2020-04-01gnu: cross-libc: Build fix for the Hurd....This fixes cross building of coreutils, e.g. ./pre-inst-env guix build --target=i586-pc-gnu coreutils * gnu/packages/cross-base.scm (cross-libc): Add -lhurduser, -lmachuser for the Hurd. Jan Nieuwenhuizen
2020-03-31gnu: Add spandsp....* gnu/packages/telephony.scm (spandsp): New variable. Co-authored by Maxim Cournoyer. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Raghav Gururajan
2020-03-31gnu: Add neverball...* gnu/packages/games.scm (neverball): New variable. Vitaliy Shatrov
2020-03-31gnu: pam-krb5: Fix CVE-2020-10595....* gnu/packages/patches/pam-krb5-CVE-2020-10595.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (pam-krb5)[source]: Use it. Leo Famulari
2020-03-31gnu: python-pyyaml: Update to 5.3.1 [fixes CVE-2020-1747]...* gnu/packages/python-xyz.scm (python-pyyaml): Update to 5.3.1. Leo Famulari
2020-03-31gnu: Add perl-class-mix....* gnu/packages/perl.scm (perl-class-mix): New variable. Paul Garlick
2020-03-31gnu: Add perl-params-classify....* gnu/packages/perl.scm (perl-params-classify): New variable. Paul Garlick
2020-03-31gnu: Add perl-devel-callchecker....* gnu/packages/perl.scm (perl-devel-callchecker): New variable. Paul Garlick
2020-03-31gnu: Add perl-dynaloader-functions....* gnu/packages/perl.scm (perl-dynaloader-functions): New variable. Paul Garlick
2020-03-31gnu: mumi: Update to 0.0.0-9.5fdbc3e....* gnu/packages/mail.scm (mumi): Update to 0.0.0-9.5fdbc3e. Ricardo Wurmus
2020-03-31profiles: Compute manual database entries in parallel....This provides a 36% speedup on an SSD and 4 cores for the 1.5K man pages in the manual database derivation of: guix environment --ad-hoc jupyter python-ipython python-ipykernel * guix/profiles.scm (manual-database)[build]: Add 'print-string', 'print', and 'compute-entry'. Change 'compute-entries' to call 'compute-entry' in 'n-par-map'. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Arne Babenhauserheide
2020-03-31gnu: coreutils: Fix cross-compilation to i586-pc-gnu....Until now cross-compilation would fail with: i586-pc-gnu-ld: src/copy.o: undefined reference to symbol 'file_chauthor' i586-pc-gnu-ld: /gnu/store/…-glibc-cross-i586-pc-gnu-2.29/lib/libhurduser.so.0.3: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status * gnu/packages/base.scm (coreutils)[arguments]: When 'hurd-target?', add #:configure-flags. Ludovic Courtès
2020-03-31ci: Fix 'evaluation-spec' binding....* guix/ci.scm (<evaluation>)[spec]: Add "specification", which is what the JSON field is actually called. Ludovic Courtès
2020-03-31gnu: hwloc@2: Update to 2.2.0....* gnu/packages/mpi.scm (hwloc-2): Update to 2.2.0. Ludovic Courtès
2020-03-31gnu: hwloc@2: Skip test that fails on emulated hardware....Works around <https://bugs.gnu.org/40342>. * gnu/packages/mpi.scm (hwloc-2)[arguments]: Add 'skip-test-that-fails-on-qemu' phase. Ludovic Courtès
2020-03-31gnu: scdoc: Update to 1.10.1....* gnu/packages/man.scm (scdoc): Update to 1.10.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Alexandru-Sergiu Marton
2020-03-31gnu: Order module imports in (gnu packages ntp)....This shouldn't cause any conflicts :-) * gnu/packages/ntp.scm: Order module imports alphabetically. Tobias Geerinckx-Rice
2020-03-31gnu: sonic: Fix installation directories....* gnu/packages/speech.scm (sonic)[arguments]: Replace erroneous use of DESTDIR with PREFIX. Add the required ‘rpath’ LDFLAGS together with a ‘respect-LDFLAGS’ phase. Tobias Geerinckx-Rice
2020-03-31gnu: hexchat: Fix typo in synopsis....* gnu/packages/messaging.scm (hexchat)[synopsis]: Lowercase ‘client’. Tobias Geerinckx-Rice
2020-03-31gnu: gmime: Update to 3.2.7....* gnu/packages/mail.scm (gmime): Update to 3.2.7. Tobias Geerinckx-Rice
2020-03-31gnu: font-rachana: Don't use unstable tarball....* gnu/packages/fonts.scm (font-rachana)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2020-03-31gnu: font-rachana: Update to 7.0.3....* gnu/packages/fonts.scm (font-rachana): Update to 7.0.3. Tobias Geerinckx-Rice
2020-03-31gnu: mumi: Update to 0.0.0-8.9f66dbc....* gnu/packages/mail.scm (mumi): Update to 0.0.0-8.9f66dbc. Ricardo Wurmus
2020-03-31gnu: procenv: Make some inputs native & make multiline....* gnu/packages/linux.scm (procenv)[native-inputs]: New field. [inputs]: Move groff to native-inputs, move each remaining item on its own line. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Vincent Legoll
2020-03-31gnu: nftables: Make some inputs native....* gnu/packages/linux.scm (procenv)[native-inputs]: New field. [inputs]: Move bison & flex to native-inputs. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Vincent Legoll
2020-03-31gnu: sudo: Make some inputs native....* gnu/packages/admin.scm (sudo)[native-inputs]: New field. [inputs]: Move groff to native-inputs. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Vincent Legoll
2020-03-31gnu: privoxy: Make some inputs native....* gnu/packages/tor.scm (privoxy)[native-inputs]: New field. [inputs]: Move autoconf & automake to native-inputs. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Vincent Legoll
2020-03-30gnu: antlr3: Make antlr3-3.3 public....This is done in preparation of adding Linphone, which transitively requires antlr3-3.3 through its belle-sip dependency. * gnu/packages/java.scm (antlr3): Make antlr3-3.3 public. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Raghav Gururajan
2020-03-31gnu: Add emacs-flycheck-elm....* gnu/packages/emacs-xyz.scm (emacs-flycheck-elm): New variable. John Soo
2020-03-31pack: Adjust test to '--dry-run' changes....This is a followup to 131f50cdc9dbb7183023f4dae759876a9e700bef. * tests/guix-pack.sh: Use '--no-grafts' in conjunction with '-n' and '-d'. Ludovic Courtès
2020-03-31guix package: Do not misdiagnose upgrades when there are propagated inputs....Fixes <https://bugs.gnu.org/35872>. Reported by Andy Tai <atai@atai.org>. * guix/profiles.scm (list=?, manifest-entry=?): New procedures. * guix/scripts/package.scm (transaction-upgrade-entry): In the '=' case, use 'manifest-entry=?' to determine whether it's an upgrade. * tests/packages.scm ("transaction-upgrade-entry, zero upgrades, propagated inputs"): New test. Ludovic Courtès
2020-03-31guix package: Add 'transaction-upgrade-entry' test....* tests/packages.scm ("transaction-upgrade-entry, zero upgrades, equivalent package"): New test. Ludovic Courtès
2020-03-31profiles: 'lower-manifest-entry' recurses on dependencies....* guix/profiles.scm (lower-manifest-entry)[recurse]: New procedure. Call it on dependencies and set the 'dependencies' field accordingly. Ludovic Courtès
2020-03-31guix package: 'transaction-upgrade-entry' swallows build requests....Fixes a regression introduced in 131f50cdc9dbb7183023f4dae759876a9e700bef whereby the install/upgrade message would not be displayed: $ guix upgrade -n 2.1 MB would be downloaded: /gnu/store/…-something-1.2 /gnu/store/…-its-dependency-2.3 This is because we'd directly abort from 'transaction-upgrade-entry' to the build handler of 'build-notifier'. * guix/scripts/package.scm (transaction-upgrade-entry): Call 'string=?' expression in 'with-build-handler'. * tests/packages.scm ("transaction-upgrade-entry, grafts"): New test. Ludovic Courtès
2020-03-31guix package: 'transaction-upgrade-entry' uses 'lower-manifest-entry'....* guix/profiles.scm (lower-manifest-entry): Export. * guix/scripts/package.scm (transaction-upgrade-entry)[lower-manifest-entry*] [upgrade]: New procedures. Use 'lower-manifest-entry*' instead of 'package-derivation' to compute the output file name of PKG. Ludovic Courtès
2020-03-30gnu: emacs-stumpwm-mode: Bump revision....* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode): Bump revision. This is a followup to 31ee29161c1b9451b68366e653c7858d8135f8d1. Nicolas Goaziou
2020-03-30gnu: Add emacs-dhall-mode....* gnu/packages/emacs-xyz.scm (emacs-dhall-mode): New variable. John Soo
2020-03-30gnu: Add emacs-haskell-snippets....* gnu/packages/emacs-xyz.scm (emacs-haskell-snippets): New variable. John Soo
2020-03-30gnu: Add stumpish....* gnu/packages/wm.scm (stumpish): New variable. Oleg Pykhalov
2020-03-30gnu: Add sbcl-stumpwm-ttf-fonts....* gnu/packages/wm.scm (sbcl-stumpwm-ttf-fonts): New variable. * doc/guix-cookbook.texi (Customizing a Window Manager): Document SBCL-STUMPWM-TTF-FONTS installation and configuration. Oleg Pykhalov
2020-03-30gnu: emacs-stumpwm-mode: Update to 0.0.1-1.dd5b037....* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode): Update to 0.0.1-1.dd5b037. Oleg Pykhalov
2020-03-30gnu: Add sbcl-clx-truetype....* gnu/packages/lisp-xyz.scm (sbcl-clx-truetype): New variable. Oleg Pykhalov
2020-03-30Revert "system: Move nanorc to XDG_CONFIG_HOME."...This reverts commit bd71818df31364bbd04f3f13b3bbb251636748b4. This changed caused system reconfiguration to fail like this: ------ building /gnu/store/y1x8asbzw624ywgkpin35p1i4bqnyfy2-skel.drv... Backtrace: 4 (primitive-load "/gnu/store/2x7d0jsbgf2ndb5fsk0nj07rhsx?") In ice-9/eval.scm: 619:8 3 (_ #f) In ice-9/boot-9.scm: 260:13 2 (for-each #<procedure 7ffff6ad8100 at ice-9/eval.scm:3?> ?) In guix/build/utils.scm: 343:27 1 (_ "/gnu/store/ajrgkj1s9vdcq00drn703f4zj9dvfrsv-nanorc" ?) In unknown file: 0 (copy-file "/gnu/store/ajrgkj1s9vdcq00drn703f4zj9dvfrs?" ?) ERROR: In procedure copy-file: In procedure copy-file: No such file or directory `/gnu/store/v1grsca743phw41lyf63dzmh9nz5jlpn-bash_profile' -> `.bash_profile' `/gnu/store/xdsaw0mj6axj427hyi6ysrnsxi21n7d5-bashrc' -> `.bashrc' `/gnu/store/6i0b236dyar78zc5k5hrj5dv3vr4zb9w-zprofile' -> `.zprofile' `/gnu/store/ajrgkj1s9vdcq00drn703f4zj9dvfrsv-nanorc' -> `.config/nano/nanorc' builder for `/gnu/store/y1x8asbzw624ywgkpin35p1i4bqnyfy2-skel.drv' failed with exit code 1 ------ Leo Famulari
2020-03-30gnu: reprotest: Update to 0.7.14....* gnu/packages/diffoscope (reprotest): Update to 0.7.14. * gnu/packages/patches/reprotest-support-guix.patch: Remove file. * gnu/local.mk [dist_patch_DATA]: Update accordingly. Vagrant Cascadian
2020-03-30gnu: diffoscope: Update to 138....* gnu/packages/diffoscope (diffoscope): Update to 138. Vagrant Cascadian
2020-03-30gnu: Add python-tortoise-orm....* gnu/packages/databases.scm (python-tortoise-orm): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Lars-Dominik Braun
2020-03-30gnu: Add python-ciso8601....* gnu/packages/time.scm (python-ciso8601): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Lars-Dominik Braun
2020-03-30gnu: Add python-pypika....Not to be confused with python-pika, which is a different package. * gnu/packages/databases.scm (python-pypika): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Lars-Dominik Braun