summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-15hydra: Make sure we add an absolute file name to the load path....Previously, under Cuirass, we'd add "build-aux/cuirass/../hydra/../..". But then, commit c45477d2a1a651485feede20fe0f3d15aec48b39 added this in (gnu system vm): (local-file (search-path %load-path "guix/store/schema.sql")) Since 'search-path' would not return an absolute file name, 'local-file' would try to resolve that relative to "gnu/system", leading to: ERROR: In procedure force: In procedure canonicalize-path: No such file or directory: "/gnu/store/…-guix-ce573b1/gnu/system/build-aux/cuirass/../hydra/../../guix/store/schema.sql * build-aux/hydra/gnu-system.scm <top level>: Canonicalize DIR before adding it to %LOAD-PATH. Ludovic Courtès
2018-06-15offload: Fix error message in 'guix offload test'....Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com> in <https://bugs.gnu.org/31824>. * guix/scripts/offload.scm (assert-node-has-guix): Fix typo in failure message; add missing argument. Ludovic Courtès
2018-06-15gnu: cpuid: Update to 20180519....* gnu/packages/linux.scm (cpuid): Update to 20180519. Tobias Geerinckx-Rice
2018-06-15gnu: light: Return #t from phase....* gnu/packages/linux.scm (light)[arguments]: End ‘patch-makefile’ phase with #t. Tobias Geerinckx-Rice
2018-06-15gnu: light: Update to 1.1....* gnu/packages/linux.scm (light): Update to 1.1. [source]: Switch to GIT-FETCH. Tobias Geerinckx-Rice
2018-06-15gnu: f2fs-tools: Update to 1.10.0....* gnu/packages/linux.scm (f2fs-tools): Update to 1.10.0. Tobias Geerinckx-Rice
2018-06-15gnu: spice-protocol: Update to 0.12.14....* gnu/packages/spice.scm (spice-protocol): Update to 0.12.14. Tobias Geerinckx-Rice
2018-06-15gnu: python-pyrfc3339: Update to 1.1....* gnu/packages/time.scm (python-pyrfc3339): Update to 1.1. Tobias Geerinckx-Rice
2018-06-15gnu: gource: Update to 0.49....* gnu/packages/version-control.scm (gource): Update to 0.49. Tobias Geerinckx-Rice
2018-06-15gnu: perl-xml-libxml-simple: Update to 0.99....* gnu/packages/xml.scm (perl-xml-libxml-simple): Update to 0.99. Tobias Geerinckx-Rice
2018-06-15gnu: fcitx-configtool: Update to 0.4.10....* gnu/packages/fcitx.scm (fcitx-configtool): Update to 0.4.10. Tobias Geerinckx-Rice
2018-06-15gnu: fcitx: Update to 4.2.9.6....* gnu/packages/fcitx.scm (fcitx): Update to 4.2.9.6. [native-inputs]: Add extra-cmake-modules. Tobias Geerinckx-Rice
2018-06-15gnu: fcitx: Use HTTPS home page....* gnu/packages/fcitx.scm (fcitx)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-06-15gnu: perl-xml-xpath: Update to 1.42....* gnu/packages/xml.scm (perl-xml-xpath): Update to 1.42. Tobias Geerinckx-Rice
2018-06-15gnu: perl-xml-xpath: Propagate inputs....* gnu/packages/xml.scm (perl-xml-xpath)[inputs]: Rename this... [propagated-inputs]: ...to this. Tobias Geerinckx-Rice
2018-06-15gnu: perl-xml-atom: Propagate inputs....* gnu/packages/xml.scm (perl-xml-atom)[inputs]: Rename to... [propagated-inputs]: ...this, and... [native-inputs]: ...remove duplicate packages from here. Tobias Geerinckx-Rice
2018-06-15gnu: nickle: Update to 2.81....* gnu/packages/nickle.scm (nickle): Update to 2.81. Tobias Geerinckx-Rice
2018-06-15gnu: r-cubature: Update to 1.4....* gnu/packages/cran.scm (r-cubature): Update to 1.4. Tobias Geerinckx-Rice
2018-06-15gnu: neofetch: Update to 4.0.2....* gnu/packages/admin.scm (neofetch): Update to 4.0.2. Rutger Helling
2018-06-15gnu: Add r-genomicinteractions....* gnu/packages/bioconductor.scm (r-genomicinteractions): New variable. Ricardo Wurmus
2018-06-15gnu: Add r-interactionset....* gnu/packages/bioconductor.scm (r-interactionset): New variable. Ricardo Wurmus
2018-06-15gnu: innoextract: Update to 1.7....* gnu/packages/compression.scm (innoextract): Update to 1.7. Rutger Helling
2018-06-15gnu: Add r-riboseqr....* gnu/packages/bioconductor.scm (r-riboseqr): New variable. Ricardo Wurmus
2018-06-15gnu: Add r-riboprofiling....* gnu/packages/bioconductor.scm (r-riboprofiling): New variable. Ricardo Wurmus
2018-06-15gnu: Add r-chipcomp....* gnu/packages/bioconductor.scm (r-chipcomp): New variable. Ricardo Wurmus
2018-06-15gnu: Add r-bsgenome-mmusculus-ucsc-mm9-masked....* gnu/packages/bioconductor.scm (r-bsgenome-mmusculus-ucsc-mm9-masked): New variable. Ricardo Wurmus
2018-06-15gnu: Add r-bsgenome-hsapiens-ucsc-hg19-masked....* gnu/packages/bioconductor.scm (r-bsgenome-hsapiens-ucsc-hg19-masked): New variable. Ricardo Wurmus
2018-06-15gnu: Add r-bsgenome-dmelanogaster-ucsc-dm3-masked....* gnu/packages/bioconductor.scm (r-bsgenome-dmelanogaster-ucsc-dm3-masked): New variable. Ricardo Wurmus
2018-06-15gnu: Add r-bayseq....* gnu/packages/bioconductor.scm (r-bayseq): New variable. Ricardo Wurmus
2018-06-14gnu: certbot, python-acme: Update to 0.25.1....* gnu/packages/tls.scm (certbot): Update 0.25.1. (python-acme): Update to 0.25.1. [native-inputs]: Add python-pytest. [propagated-inputs]: Add python-requests-toolbelt. Leo Famulari
2018-06-14gnu: Go 1.10: Update to 1.10.3....* gnu/packages/golang.scm (go-1.10): Update to 1.10.3. Leo Famulari
2018-06-14gnu: Go 1.9: Update to 1.9.7....* gnu/packages/golang.scm (go-1.9): Update to 1.9.7. Leo Famulari
2018-06-14linux-initrd: Module check correctly handles hyphen vs. underscore....Fixes <https://bugs.gnu.org/31714>. Reported by Vagrant Cascadian <vagrant@debian.org> and Florian Pelz <pelzflorian@pelzflorian.de>. * gnu/system/mapped-devices.scm (check-device-initrd-modules): Pass LINUX-MODULES through 'normalize-module-name'. * gnu/build/linux-modules.scm (normalize-module-name): Export. Ludovic Courtès
2018-06-14offload: Gracefully handle invalid results from 'machines.scm'....* guix/scripts/offload.scm (build-machines): Check the result of FILE. Ignore it if it's not a list of <build-machine>. Ludovic Courtès
2018-06-14gnu: emacs-racket-mode: Update and bug fix....* gnu/packages/emacs.scm (emacs-racket-mode): Update and bug fix. - Update to the current commit - Bug fix: include Racket files in addition to Emacs Lisp files Signed-off-by: Ludovic Courtès <ludo@gnu.org> Konrad Hinsen
2018-06-14gnu: Add vowpal-wabbit....* gnu/packages/machine-learning.scm (vowpal-wabbit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fis Trivial
2018-06-14gnu: Add lightgbm....* gnu/packages/machine-learning.scm (lightgbm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fis Trivial
2018-06-14self: Add 'guix-daemon' to the result....* gnu/packages/package-management.scm (guix-daemon): New variable. * guix/self.scm (whole-package): Add #:daemon and honor it. (compiled-guix): Pass #:daemon to 'whole-package'. Ludovic Courtès
2018-06-14gnu: libressl: Update to 2.7.4 [fixes CVE-2018-{0495,0732}]....* gnu/packages/tls.scm (libressl): Update to 2.7.4. Signed-off-by: Leo Famulari <leo@famulari.name> Gábor Boskovits
2018-06-14gnu: botan: Update to 2.6.0 [fixes CVE-2018-{9127,9860}]....* gnu/packages/crypto.scm (botan): Update to 2.6.0. Leo Famulari
2018-06-14guix: ui: Allow translation of dates....* guix/ui.scm (display-generation): Allow translation of dates. The format string will show dates as month day year, but some languages use a different convention. Julien Lepiller
2018-06-14gnu: vdirsyncer: Update to 0.6.6....* gnu/packages/dav.scm (vdirsyncer): Update to 0.6.6. [arguments]: Simplify the man-page building. Leo Famulari
2018-06-14gnu: python-click-log: Update to 0.3.2....* gnu/packages/python.scm (python-click-log): Update to 0.3.2. Leo Famulari
2018-06-14gnu: GnuPG 1.4: Update to 1.4.23....* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.23. [source]: Remove patch. * gnu/packages/patches/gnupg-1.4-CVE-2018-12020.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari
2018-06-14gnu: python-freezegun: Update to 0.3.10....* gnu/packages/check.scm (python-freezegun): Update to 0.3.10. Tobias Geerinckx-Rice
2018-06-14gnu: python-freezegun: Return #t from phase....* gnu/packages/check.scm (python-freezegun)[arguments]: Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice
2018-06-14gnu: cppcheck: Update to 1.84....* gnu/packages/check.scm (cppcheck): Update to 1.84. Tobias Geerinckx-Rice
2018-06-14gnu: qrencode: Update to 4.0.2....* gnu/packages/aidc.scm (qrencode): Update to 4.0.2. Tobias Geerinckx-Rice
2018-06-14gnu: perl-dbi: Update to 1.641....* gnu/packages/databases.scm (perl-dbi): Update to 1.641. Tobias Geerinckx-Rice
2018-06-14gnu: python-nose-timer: Update to 0.7.2....* gnu/packages/check.scm (python-nose-timer): Update to 0.7.2. [source]: Remove patch... * gnu/packages/patches/python-nose-timer-drop-ordereddict.patch: ...delete file... * gnu/local.mk (dist_patch_DATA): ...and remove it. Tobias Geerinckx-Rice