summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-16hg-download: Use invoke instead of system*.Mark H Weaver
* guix/build/hg.scm (hg-fetch): Use invoke and remove vestigial plumbing.
2018-03-16svn-download: Use invoke instead of system*.Mark H Weaver
* guix/build/svn.scm (svn-fetch): Use invoke and remove vestigial plumbing.
2018-03-16cvs-download: Use invoke instead of system*.Mark H Weaver
* guix/build/cvs.scm (cvs-fetch): Use invoke and remove vestigial plumbing.
2018-03-16gnu: python-six: Use invoke instead of system*.Mark H Weaver
* gnu/packages/python.scm (python-six)[arguments]: Use invoke.
2018-03-16gnu: tzdata: Use invoke instead of system*.Mark H Weaver
* gnu/packages/base.scm (tzdata)[arguments]: Use invoke. Return a boolean from all phase procedures.
2018-03-16gnu: eudev: Use invoke instead of system*.Mark H Weaver
* gnu/packages/linux.scm (eudev)[arguments]: Use invoke.
2018-03-16gnu: openssl: Use invoke instead of system*.Mark H Weaver
* gnu/packages/tls.scm (openssl, openssl-next)[arguments]: Use invoke. Add missing 'apply'.
2018-03-16gnu: bzip2: Use invoke instead of system*.Mark H Weaver
* gnu/packages/compression.scm (bzip2)[arguments]: Use invoke. In the custom configure phase, change the 'if' to 'when' and move the #t outside, so that it's always returned.
2018-03-16gnu: zip: Use invoke instead of system*.Mark H Weaver
* gnu/packages/compression.scm (zip)[arguments]: Use invoke. Remove vestigial '#:modules' argument.
2018-03-16gnu: unzip: Use invoke instead of system*.Mark H Weaver
* gnu/packages/compression.scm (unzip)[arguments]: Use invoke.
2018-03-16gnu: zlib: Use invoke instead of system*.Mark H Weaver
* gnu/packages/compression.scm (zlib)[arguments]: Use invoke.
2018-03-16gnu: tcsh: Use invoke instead of system*.Mark H Weaver
* gnu/packages/shells.scm (tcsh)[arguments]: Use invoke.
2018-03-16gnu: perl: Use invoke instead of system*.Mark H Weaver
* gnu/packages/perl.scm (perl)[arguments]: Use invoke. Return a boolean from all phase procedures.
2018-03-16gnu: glibc/hurd: Use invoke instead of system*.Mark H Weaver
* gnu/packages/base.scm (glibc/hurd)[arguments]: In the build phase procedure, use 'invoke' instead of 'system*' and remove the vestigial result code plumbing. Change the local macro 'make' into a normal procedure.
2018-03-16gnu: glibc-locales: Use invoke instead of system*.Mark H Weaver
* gnu/packages/base.scm (glibc-locales)[arguments]: Use invoke.
2018-03-16gnu: glibc-utf8-locales: Use invoke instead of system*.Mark H Weaver
* gnu/packages/base.scm (glibc-utf8-locales)[arguments]: Use invoke and remove the vestigial result code plumbing.
2018-03-16gnu: linux-libre-headers: Use invoke instead of system*.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-headers)[arguments]: Use invoke and remove vestigial result code plumbing.
2018-03-16download: Use invoke instead of system*.Mark H Weaver
* guix/download.scm (url-fetch/tarbomb, url-fetch/zipbomb): Use invoke.
2018-03-16bootstrap: Use invoke instead of system*.Mark H Weaver
* gnu/packages/bootstrap.scm (package-from-tarball): Ignore the result of the snippet procedure. Use invoke and remove vestigial plumbing. (%bootstrap-coreutils&co): Remove the vestigial #t from the snippet. (%bootstrap-glibc, %bootstrap-gcc)[arguments]: Use invoke. Return #t from the builder.
2018-03-16build-system/scons: Use invoke instead of system*.Mark H Weaver
* guix/build/scons-build-system.scm (build, check, install): Use invoke.
2018-03-16build-system/texlive: Use invoke instead of system*.Mark H Weaver
* guix/build/texlive-build-system.scm (compile-with-latex): Use invoke.
2018-03-16build-system/python: Use invoke instead of system*.Mark H Weaver
* guix/build/python-build-system.scm (call-setuppy): Use invoke.
2018-03-16build-system/perl: Use invoke instead of system*.Mark H Weaver
* guix/build/perl-build-system.scm (configure, build, check, install): Use invoke.
2018-03-16build-system/cmake: Use invoke instead of system*.Mark H Weaver
* guix/build/cmake-build-system.scm (configure): Use invoke.
2018-03-16build-system/glib-or-gtk: Use invoke instead of system*.Mark H Weaver
* guix/build/glib-or-gtk-build-system.scm (compile-glib-schemas): Use invoke and remove vestigial plumbing.
2018-03-16build-system/gnu: Use invoke instead of system*.Mark H Weaver
* guix/build/gnu-build-system.scm (unpack, configure, build, check, install) (strip, compress-documentation): Use invoke and remove vestigial plumbing.
2018-03-16gnu-dist: Use invoke instead of system*.Mark H Weaver
* guix/build/gnu-dist.scm (autoreconf, build): Use invoke and remove vestigial plumbing.
2018-03-16packages: patch-and-repack: Use invoke instead of system*.Mark H Weaver
* guix/packages.scm (patch-and-repack): Use invoke and remove vestigial plumbing.
2018-03-16gnu: kentutils: Build with mariadb.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Replace mysql with mariadb.
2018-03-16gnu: kentutils: Build with mariadb.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Replace mysql with mariadb.
2018-03-15linux-initrd: Autoload known-module-aliases, again.Mark H Weaver
Fixes a regression introduced in 8ab10c19d72caab7459034a6e72b0117d7c5cec8. * gnu/system/mapped-devices.scm: Autoload 'known-module-aliases'.
2018-03-15gnu: linux-libre: Update to 4.15.10.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.10. (%linux-libre-hash): Update hash.
2018-03-15gnu: linux-libre@4.14: Update to 4.14.27.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.27. (%linux-libre-4.14-hash): Update hash.
2018-03-15linux-initrd: Move 'check-device-initrd-modules' elsewhere.Ludovic Courtès
This mostly reverts ca23693d280de5c4031058da4d3041d830080484, which introduced a circular dependency between (gnu system linux-initrd) and (gnu system mapped-devices). Reported by Eric Bavier. * gnu/system/linux-initrd.scm (check-device-initrd-modules): Move to... * gnu/system/mapped-devices.scm (check-device-initrd-modules): ... here. * po/guix/POTFILES.in: Adjust accordingly.
2018-03-15gnu: idris: Provide the right versions of dependencies.Alex ter Weele
Previously it would fail to build. See <https://bugs.gnu.org/30741>. * gnu/packages/idris.scm (idris)[inputs]: alphebetize ghc-vector-binary-instances and ghc-async. Use ghc-aeson-1.1.2.0, ghc-cheapskate-0.1.0.5, and ghc-trifecta-1.6.2.1. Remove ghc-aeson, ghc-cheapskate, ghc-parsers, ghc-tasty, ghc-tasty-golden, ghc-tasty-rerun, ghc-trifecta, and ghc-zlib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15gnu: Add ghc-cheapskate-0.1.0.5.Alex ter Weele
* gnu/packages/idris.scm (ghc-cheapskate-0.1.0.5): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15gnu: Add ghc-trifecta-1.6.2.1.Alex ter Weele
* gnu/packages/idris.scm (ghc-trifecta-1.6.2.1): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15gnu: Add ghc-aeson-1.1.2.0.Alex ter Weele
* gnu/packages/idris.scm (ghc-aeson-1.1.2.0): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15gnu: qtox: Wrap executable and fix misplaced comma (unquote).Diego Nicola Barbato
* gnu/packages/messaging.scm (qtox)[arguments]: Add phase "wrap-executable". [inputs]: Fix misplaced comma (unquote). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15vm: Use 'invoke' instead of 'system*'.Ludovic Courtès
* gnu/build/vm.scm (load-in-linux-vm, initialize-partition-table) (create-ext-file-system, create-fat-file-system) (install-efi, make-iso9660-image): Use 'invoke' instead of (unless (zero? (system* ...)) (error ...)).
2018-03-15gnu: dmenu: Update to 4.8.Tobias Geerinckx-Rice
* gnu/packages/suckless.scm (dmenu): Update to 4.8.
2018-03-15gnu: you-get: Update to 0.4.1040.Tobias Geerinckx-Rice
* gnu/packages/video.scm (you-get): Update to 0.4.1040.
2018-03-15gnu: intel-gpu-tools: Update to 1.22.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (intel-gpu-tools): Update to 1.22. [inputs]: Add eudev.
2018-03-15gnu: libburn: Update to 1.4.8.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (libburn): Update to 1.4.8.
2018-03-15gnu: libisofs: Fix description typos.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (libisofs)[description]: Spell ‘file system’ as ‘file system’.
2018-03-15gnu: libisofs: Update to 1.4.8.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (libisofs): Update to 1.4.8.
2018-03-15gnu: gtksourceview: Update to 3.24.7.Tobias Geerinckx-Rice
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.7.
2018-03-15gnu: xdg-user-dirs: Update to 0.17.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (xdg-user-dirs): Update to 0.17.
2018-03-15gnu: r-scatterplot3d: Update to 0.3-41.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-scatterplot3d): Update to 0.3-41.
2018-03-15gnu: acpica: Update to 20180313.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (acpica): Update to 20180313.