Age | Commit message (Expand) | Author |
2018-03-16 | gnu: linux-libre-headers: Update to 4.14.26....* gnu/packages/linux.scm (linux-libre-headers): Update to 4.14.26.
| Mark H Weaver |
2018-03-16 | gnu: make-bootstrap: tarball-package: Use invoke instead of system*....* gnu/packages/make-bootstrap.scm (tarball-package)[arguments]: Use invoke.
The builder always returns #t.
| Mark H Weaver |
2018-03-16 | gnu: guile-static-stripped: Use invoke instead of system*....* gnu/packages/make-bootstrap.scm (guile-static-stripped)[arguments]: Use
invoke and remove vestigial plumbing.
| Mark H Weaver |
2018-03-16 | gnu: gcc-stripped: Use invoke instead of system*....* gnu/packages/make-bootstrap.scm (gcc-stripped)[arguments]: Use invoke. All
phases return #t.
| Mark H Weaver |
2018-03-16 | gnu: libcap: Return #t from all phases....* gnu/packages/linux.scm (libcap)[arguments]: Return #t from all phases.
| Mark H Weaver |
2018-03-16 | gnu: acl: Use invoke instead of system*....* gnu/packages/acl.scm (acl)[arguments]: Use invoke. All phases return #t.
| Mark H Weaver |
2018-03-16 | gnu: autoconf-wrapper: Return #t from the builder....* gnu/packages/autotools.scm (autoconf-wrapper): Return #t from the builder.
| Mark H Weaver |
2018-03-16 | build-system/gnu: Return a boolean from all phase procedures....* guix/build/gnu-build-system.scm (patch-source-shebangs)
(patch-generated-file-shebangs, strip): Return #t.
(validate-runpath): Raise an exception if validation fails. Never return #f.
| Mark H Weaver |
2018-03-16 | gnu: Add pigx-scrnaseq....* gnu/packages/bioinformatics.scm (pigx-scrnaseq): New variable.
| Ricardo Wurmus |
2018-03-16 | packages: Update copyright notice....This is a followup to commit 5003aeaf2560d6ddebcf980a94785fba77e00f34.
* guix/packages.scm: Update copyright notice for Mark H Weaver.
| Mark H Weaver |
2018-03-16 | packages: patch-and-repack: Fix snippet handling....This is a followup to commit 5003aeaf2560d6ddebcf980a94785fba77e00f34.
* guix/packages.scm (patch-and-repack): For the snippet, generate a single
boolean expression for 'unless', instead of the list of expressions which had
previously been spliced into an 'and' form (prior to commit 5003aea).
| Mark H Weaver |
2018-03-16 | gnu: attr: Use invoke instead of system*....* gnu/packages/attr.scm (attr)[arguments]: Use invoke. Return a boolean from
all phase procedures. Add a comment explaining why one call to system* is
retained.
| Mark H Weaver |
2018-03-16 | build: emacs-utils: Use invoke instead of system*....* guix/build/emacs-utils.scm (emacs-batch-eval)
(emacs-batch-edit-file): Use invoke.
| Mark H Weaver |
2018-03-16 | hg-download: Use invoke instead of system*....* guix/build/hg.scm (hg-fetch): Use invoke and remove vestigial plumbing.
| Mark H Weaver |
2018-03-16 | svn-download: Use invoke instead of system*....* guix/build/svn.scm (svn-fetch): Use invoke and remove vestigial plumbing.
| Mark H Weaver |
2018-03-16 | cvs-download: Use invoke instead of system*....* guix/build/cvs.scm (cvs-fetch): Use invoke and remove vestigial plumbing.
| Mark H Weaver |
2018-03-16 | gnu: python-six: Use invoke instead of system*....* gnu/packages/python.scm (python-six)[arguments]: Use invoke.
| Mark H Weaver |
2018-03-16 | gnu: tzdata: Use invoke instead of system*....* gnu/packages/base.scm (tzdata)[arguments]: Use invoke. Return a boolean
from all phase procedures.
| Mark H Weaver |
2018-03-16 | gnu: eudev: Use invoke instead of system*....* gnu/packages/linux.scm (eudev)[arguments]: Use invoke.
| Mark H Weaver |
2018-03-16 | gnu: openssl: Use invoke instead of system*....* gnu/packages/tls.scm (openssl, openssl-next)[arguments]: Use invoke.
Add missing 'apply'.
| Mark H Weaver |
2018-03-16 | gnu: bzip2: Use invoke instead of system*....* 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.
| Mark H Weaver |
2018-03-16 | gnu: zip: Use invoke instead of system*....* gnu/packages/compression.scm (zip)[arguments]: Use invoke. Remove vestigial
'#:modules' argument.
| Mark H Weaver |
2018-03-16 | gnu: unzip: Use invoke instead of system*....* gnu/packages/compression.scm (unzip)[arguments]: Use invoke.
| Mark H Weaver |
2018-03-16 | gnu: zlib: Use invoke instead of system*....* gnu/packages/compression.scm (zlib)[arguments]: Use invoke.
| Mark H Weaver |
2018-03-16 | gnu: tcsh: Use invoke instead of system*....* gnu/packages/shells.scm (tcsh)[arguments]: Use invoke.
| Mark H Weaver |
2018-03-16 | gnu: perl: Use invoke instead of system*....* gnu/packages/perl.scm (perl)[arguments]: Use invoke. Return a boolean from
all phase procedures.
| Mark H Weaver |
2018-03-16 | gnu: glibc/hurd: Use invoke instead of system*....* 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.
| Mark H Weaver |
2018-03-16 | gnu: glibc-locales: Use invoke instead of system*....* gnu/packages/base.scm (glibc-locales)[arguments]: Use invoke.
| Mark H Weaver |
2018-03-16 | gnu: glibc-utf8-locales: Use invoke instead of system*....* gnu/packages/base.scm (glibc-utf8-locales)[arguments]: Use invoke and
remove the vestigial result code plumbing.
| Mark H Weaver |
2018-03-16 | gnu: linux-libre-headers: Use invoke instead of system*....* gnu/packages/linux.scm (linux-libre-headers)[arguments]: Use invoke and
remove vestigial result code plumbing.
| Mark H Weaver |
2018-03-16 | download: Use invoke instead of system*....* guix/download.scm (url-fetch/tarbomb, url-fetch/zipbomb): Use invoke.
| Mark H Weaver |
2018-03-16 | bootstrap: Use invoke instead of system*....* 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.
| Mark H Weaver |
2018-03-16 | build-system/scons: Use invoke instead of system*....* guix/build/scons-build-system.scm (build, check, install): Use invoke.
| Mark H Weaver |
2018-03-16 | build-system/texlive: Use invoke instead of system*....* guix/build/texlive-build-system.scm (compile-with-latex): Use invoke.
| Mark H Weaver |
2018-03-16 | build-system/python: Use invoke instead of system*....* guix/build/python-build-system.scm (call-setuppy): Use invoke.
| Mark H Weaver |
2018-03-16 | build-system/perl: Use invoke instead of system*....* guix/build/perl-build-system.scm (configure, build, check, install): Use
invoke.
| Mark H Weaver |
2018-03-16 | build-system/cmake: Use invoke instead of system*....* guix/build/cmake-build-system.scm (configure): Use invoke.
| Mark H Weaver |
2018-03-16 | build-system/glib-or-gtk: Use invoke instead of system*....* guix/build/glib-or-gtk-build-system.scm (compile-glib-schemas): Use invoke
and remove vestigial plumbing.
| Mark H Weaver |
2018-03-16 | build-system/gnu: Use invoke instead of system*....* guix/build/gnu-build-system.scm (unpack, configure, build, check, install)
(strip, compress-documentation): Use invoke and remove vestigial plumbing.
| Mark H Weaver |
2018-03-16 | gnu-dist: Use invoke instead of system*....* guix/build/gnu-dist.scm (autoreconf, build): Use invoke and remove vestigial
plumbing.
| Mark H Weaver |
2018-03-16 | packages: patch-and-repack: Use invoke instead of system*....* guix/packages.scm (patch-and-repack): Use invoke and remove vestigial
plumbing.
| Mark H Weaver |
2018-03-16 | gnu: kentutils: Build with mariadb....* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Replace mysql with
mariadb.
| Ricardo Wurmus |
2018-03-16 | gnu: kentutils: Build with mariadb....* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Replace mysql with
mariadb.
| Ricardo Wurmus |
2018-03-15 | linux-initrd: Autoload known-module-aliases, again....Fixes a regression introduced in 8ab10c19d72caab7459034a6e72b0117d7c5cec8.
* gnu/system/mapped-devices.scm: Autoload 'known-module-aliases'.
| Mark H Weaver |
2018-03-15 | gnu: linux-libre: Update to 4.15.10....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.10.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2018-03-15 | gnu: linux-libre@4.14: Update to 4.14.27....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.27.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver |
2018-03-15 | linux-initrd: Move 'check-device-initrd-modules' elsewhere....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.
| Ludovic Courtès |
2018-03-15 | gnu: idris: Provide the right versions of dependencies....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>
| Alex ter Weele |
2018-03-15 | gnu: Add ghc-cheapskate-0.1.0.5....* gnu/packages/idris.scm (ghc-cheapskate-0.1.0.5): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex ter Weele |
2018-03-15 | gnu: Add ghc-trifecta-1.6.2.1....* gnu/packages/idris.scm (ghc-trifecta-1.6.2.1): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex ter Weele |