summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-07pack: Honor package transformation options.Ludovic Courtès
Previously they would silently be ignored. * guix/scripts/pack.scm (guix-pack)[manifest-from-args]: Add 'store' parameter. Call 'options->transformation' and use it. Move 'with-store' and 'parameterize' around the 'let'. * tests/guix-pack.sh: Add test using '--with-source'.
2018-05-07pack: Adjust test to cope with GC'd profiles.Ludovic Courtès
Previous "test -x opt/gnu/bin/guile" would fail if the store item "opt/gnu/bin" points to had been GC'd. * tests/guix-pack.sh: Replace "test -x" with "test -L" to deal with store items that have been reclaimed.
2018-05-07pack: Do not autoload (gnu packages base).Ludovic Courtès
* guix/scripts/pack.scm: Do not autoload (gnu packages base). Previously, we could end up with 'canonical-package' as an unbound variable because of the incorrect autoload spec.
2018-05-07self: Add "guix-packages-base" derivation.Ludovic Courtès
This introduces an intermediate derivation, thereby reducing the amount of rebuild that needs to happen when "leaf" package modules are modified. * guix/self.scm (compiled-guix)[*core-package-modules*]: New variable. [*package-modules*, *system-modules*, *cli-modules*]: Depend on it. Add it to the directory union.
2018-05-06gnu: wget: Update to 1.19.5 [fixes CVE-2018-0494].Marius Bakke
* gnu/packages/wget.scm (wget): Update to 1.19.5.
2018-05-06Revert "gnu: man-db: Embed absolute reference to 'preconv'."Marius Bakke
This change broke `man` when invoked outside a `guix environment`. This reverts commit 296551a2e9310d4a030ee49530e9367e73aaeecf.
2018-05-06gnu: mpd-mpc: Update to 0.30.Leo Famulari
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.30.
2018-05-06gnu: strace: Fix build failure on Linux-Libre 4.16.Marius Bakke
* gnu/packages/patches/strace-kernel-4.16.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/linux.scm (strace)][source](patches): New field.
2018-05-06gnu: wireshark: Update to 2.6.0.Nicolas Goaziou
* gnu/packages/networking.scm (wireshark): Update to 2.6.0. [inputs]: Add lz4, qtmultimedia and snappy. Remove openssl. [arguments]: Update configure flags according to changes above.
2018-05-06gnu: gmime: Update to 3.2.0.Marius Bakke
* gnu/packages/mail.scm (gmime): Update to 3.2.0. [arguments]: End phases on #t. (gmime-2.6): New public variable. (mu, balsa, pan): Change GMIME to GMIME-2.6.
2018-05-06gnu: gnupg: Update to 2.2.7.Marius Bakke
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.7.
2018-05-06gnu: gpgme: Update to 1.11.1.Marius Bakke
* gnu/packages/gnupg.scm (libgpg-error-1.31): New public variable. (gpgme): Update to 1.11.1. [propagated-inputs]: Change LIBGPG-ERROR to LIBGPG-ERROR-1.31.
2018-05-06gnu: man-db: Embed absolute reference to 'preconv'.Marius Bakke
Fixes <https://bugs.gnu.org/30785>. Reported by Tobias Geerinckx-Rice <me@tobias.gr>. * gnu/packages/man.scm (man-db)[arguments]: Rename 'patch-iconv-path' to 'patch-absolute-paths'. Add substitution for "preconv".
2018-05-06gnu: groff-minimal: Preserve 'preconv' executable.Marius Bakke
* gnu/packages/groff.scm (groff-minimal)[arguments]: Add 'preconv' to the list of kept programs.
2018-05-06Revert "gnu: gnupg: Update to 2.2.7."Efraim Flashner
This reverts commit 0c183f6fb1efe9762cf33f691607a1b2ed2fa57e.
2018-05-06gnu: gnupg: Update to 2.2.7.Efraim Flashner
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.7.
2018-05-06gnu: giac-xcas: Update to 1.4.9-59.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-59.
2018-05-06gnu: asymptote: Update to 2.44.Nicolas Goaziou
* gnu/packages/plotutils.scm (asymptote): Update to 2.44.
2018-05-05gnu: Add GHex.Ludovic Courtès
* gnu/packages/gnome.scm (ghex): New variable. Co-authored-by: Jovany Leandro G.C <bit4bit@riseup.net>.
2018-05-05gnu: love: Update to 11.1.Pierre Neidhardt
* gnu/packages/game-development.scm (love): Update to 11.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-05gnu: python-numpy: Update to 1.14.3.Marius Bakke
* gnu/packages/python.scm (python-numpy): Update to 1.14.3.
2018-05-05gnu: python-scipy: Update to 1.0.1.Marius Bakke
* gnu/packages/python.scm (python-scipy): Update to 1.0.1.
2018-05-05gnu: python-matplotlib: Update to 2.2.2.Marius Bakke
* gnu/packages/python.scm (python-matplotlib): Update to 2.2.2. [propagated-inputs]: Add PYTHON-KIWISOLVER. (python2-matplotlib)[propagated-inputs]: Add PYTHON2-BACKPORTS-FUNCTOOLS-LRU-CACHE. (python-matplotlib-documentation)[native-inputs]: Change PYTHON-SPHINX to PYTHON-SPHINX-1.6. Add PYTHON-SPHINX-GALLERY.
2018-05-05gnu: Add python-sphinx-gallery.Marius Bakke
* gnu/packages/python.scm (python-sphinx-gallery, python2-sphinx-gallery): New public variables.
2018-05-05gnu: Add python-kiwisolver.Marius Bakke
* gnu/packages/maths.scm (python-kiwisolver, python2-kiwisolver): New public variables.
2018-05-05gnu: mbedtls-apache: Update to 2.7.3.Marius Bakke
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.3.
2018-05-05gnu: freeipmi: Update to 1.6.2.Marius Bakke
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.2.
2018-05-05gnu: retroarch: Update to 1.7.3.Rutger Helling
* gnu/packages/emulators.scm (retroarch): Update to 1.7.3. [inputs]: Add qtbase.
2018-05-04gnu: qrencode: Update to 4.0.0.Kei Kebreau
* gnu/packages/aidc.scm (qrencode): Update to 4.0.0.
2018-05-04gnu: python-qrcode: Use a newer version of setuptools.Christopher Baines
The upgrade from 5.3 to 6.0 switches to rely on the on the setup.cfg, and with the version of setuptools incldued with Python, this isn't supported, so no actual code is installed, and the output is mostly empty. * gnu/packages/python.scm (python-qrcode)[inputs]: Add python-setuptools.
2018-05-04gnu: emacs-lispy: Update to c2a358a7.Jelle Licht
* gnu/packages/emacs.scm (emacs-lispy): Update to c2a358a7.
2018-05-04gnu: coq-coquelicot: Fix for coq 8.8.Julien Lepiller
* gnu/packages/ocaml.scm (coq-coquelicot)[arguments]: New phase to remove a deprecated command.
2018-05-04gnu: coq-bignums: Update to 8.8.0.Julien Lepiller
* gnu/packages/ocaml.scm (coq-bignums): Update to 8.8.0.
2018-05-04gnu: coq-mathcomp: Update to 1.7.0.Julien Lepiller
* gnu/packages/ocaml.scm (coq-mathcomp): Update to 1.7.0.
2018-05-04gnu: coq-gappa: Update to 1.3.2.Julien Lepiller
* gnu/packages/ocaml.scm (coq-gappa): Update to 1.3.2.
2018-05-04gnu: coq-flocq: Update to 2.6.1.Julien Lepiller
* gnu/packages/ocaml.scm (coq-flocq): Update to 2.6.1.
2018-05-04gnu: coq: Update to 8.8.0.Julien Lepiller
* gnu/packages/ocaml.scm (coq): Update to 8.8.0.
2018-05-04gnu: certbot, python-acme: Update to 0.24.0.Leo Famulari
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.24.0.
2018-05-04gnu: gnuplot: Update to 5.2.2Adam Massmann
* gnu/packages/maths.scm (gnuplot): Update to 5.2.2. [arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-04gnu: Add Workrave.Jovany Leandro G.C
* gnu/packages/gnome.scm (workrave): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-05-04gnu: Add nitrogen.Pierre-Antoine Rouby
* gnu/packages/wm.scm (nitrogen): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-04guix build: Nicely report unbound variables with hints.Ludovic Courtès
* guix/ui.scm (print-unbound-variable-error): Add "error:" to the message. (report-unbound-variable-error): New procedure, with code formerly in 'report-load-error'. (report-load-error): Use it. (call-with-unbound-variable-handling): New procedure. (with-unbound-variable-handling): New macro. * guix/scripts/build.scm (options->derivations): Wrap body in 'with-unbound-variable-handling'. * tests/guix-build.sh (GUIX_PACKAGE_PATH): Add test.
2018-05-04ui: Factorize 'last-frame-with-source'.Ludovic Courtès
* guix/ui.scm (last-frame-with-source): New procedure. (load*)[frame-with-source]: Remove. Use 'last-frame-with-source'.
2018-05-04Revert "gnu: python-mako: Update to 1.0.7."Rutger Helling
This causes a mass rebuild due to python2-mako rebuilding Mesa. Pushed on staging instead. This reverts commit fc7c91a53a9c5c4ce0fd6d62dd8a57f4d2e6a590.
2018-05-04gnu: r-desc: Update to 1.2.0.Roel Janssen
* gnu/packages/statistics.scm (r-desc): Update to 1.2.0.
2018-05-04gnu: r-data-table: Update to 1.11.0.Roel Janssen
* gnu/packages/statistics.scm (r-data-table): Update to 1.11.0.
2018-05-04gnu: r-yaml: Update to 2.1.19.Roel Janssen
* gnu/packages/statistics.scm (r-yaml): Update to 2.1.19.
2018-05-04gnu: r-dbi: Update to 1.0.0.Roel Janssen
* gnu/packages/statistics.scm (r-dbi): Update to 1.0.0.
2018-05-04gnu: r-stringi: Update to 1.2.2.Roel Janssen
* gnu/packages/statistics.scm (r-stringi): Update to 1.2.2.
2018-05-04gnu: r-ddalpha: Update to 1.3.3.Roel Janssen
* gnu/packages/cran.scm (r-ddalpha): Update to 1.3.3.