| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/autotools.scm (autoconf-wrapper): Return #t from the builder.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
This is a followup to commit 5003aeaf2560d6ddebcf980a94785fba77e00f34.
* guix/packages.scm: Update copyright notice for Mark H Weaver.
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* guix/build/emacs-utils.scm (emacs-batch-eval)
(emacs-batch-edit-file): Use invoke.
|
|
|
|
| |
* guix/build/hg.scm (hg-fetch): Use invoke and remove vestigial plumbing.
|
|
|
|
| |
* guix/build/svn.scm (svn-fetch): Use invoke and remove vestigial plumbing.
|
|
|
|
| |
* guix/build/cvs.scm (cvs-fetch): Use invoke and remove vestigial plumbing.
|
|
|
|
| |
* gnu/packages/python.scm (python-six)[arguments]: Use invoke.
|
|
|
|
|
| |
* gnu/packages/base.scm (tzdata)[arguments]: Use invoke. Return a boolean
from all phase procedures.
|
|
|
|
| |
* gnu/packages/linux.scm (eudev)[arguments]: Use invoke.
|
|
|
|
|
| |
* gnu/packages/tls.scm (openssl, openssl-next)[arguments]: Use invoke.
Add missing 'apply'.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* gnu/packages/compression.scm (zip)[arguments]: Use invoke. Remove vestigial
'#:modules' argument.
|
|
|
|
| |
* gnu/packages/compression.scm (unzip)[arguments]: Use invoke.
|
|
|
|
| |
* gnu/packages/compression.scm (zlib)[arguments]: Use invoke.
|
|
|
|
| |
* gnu/packages/shells.scm (tcsh)[arguments]: Use invoke.
|
|
|
|
|
| |
* gnu/packages/perl.scm (perl)[arguments]: Use invoke. Return a boolean from
all phase procedures.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnu/packages/base.scm (glibc-locales)[arguments]: Use invoke.
|
|
|
|
|
| |
* gnu/packages/base.scm (glibc-utf8-locales)[arguments]: Use invoke and
remove the vestigial result code plumbing.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-headers)[arguments]: Use invoke and
remove vestigial result code plumbing.
|
|
|
|
| |
* guix/download.scm (url-fetch/tarbomb, url-fetch/zipbomb): Use invoke.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* guix/build/scons-build-system.scm (build, check, install): Use invoke.
|
|
|
|
| |
* guix/build/texlive-build-system.scm (compile-with-latex): Use invoke.
|
|
|
|
| |
* guix/build/python-build-system.scm (call-setuppy): Use invoke.
|
|
|
|
|
| |
* guix/build/perl-build-system.scm (configure, build, check, install): Use
invoke.
|
|
|
|
| |
* guix/build/cmake-build-system.scm (configure): Use invoke.
|
|
|
|
|
| |
* guix/build/glib-or-gtk-build-system.scm (compile-glib-schemas): Use invoke
and remove vestigial plumbing.
|
|
|
|
|
| |
* guix/build/gnu-build-system.scm (unpack, configure, build, check, install)
(strip, compress-documentation): Use invoke and remove vestigial plumbing.
|
|
|
|
|
| |
* guix/build/gnu-dist.scm (autoreconf, build): Use invoke and remove vestigial
plumbing.
|
|
|
|
|
| |
* guix/packages.scm (patch-and-repack): Use invoke and remove vestigial
plumbing.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Replace mysql with
mariadb.
|
|
|
|
|
|
| |
* gnu/packages/patches/python-3-search-paths.patch: Adjust context.
* gnu/packages/python.scm (python): Update to 3.6.4.
[source]: Re-enable test_socket.py.
|
|
|
|
|
| |
* gnu/packages/acl.scm (acl)[arguments]: Add phase
"ensure-no-mtimes-pre-1980".
|
|
|
|
|
| |
* gnu/packages/boost.scm (boost-1.66): Remove variable.
* gnu/packages/storage.scm (ceph)[inputs]: Replace boost-1.66 with boost.
|
|
|
|
| |
* gnu/packages/boost.scm (boost)[arguments]: Remove bootstrap phase.
|
|
|
|
| |
* gnu/packages/check.scm (cunit)[arguments]: Replace bootstrap phase.
|
|
|
|
|
| |
* gnu/packages/autotools.scm (libtool)[native-inputs]: Add libltdl to fix one
failing test.
|
|
|
|
|
|
| |
* guix/build/python-build-system.scm (enable-bytecode-determinism): New
procedure.
(%standard-phases): Add "enable-bytecode-determinism" phase.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-3.6)[arguments]: Add build phases to
patch the bytecode generator to reset the embedded timestamp in pyc
files; add build phase to rebuild the bytecode files.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-3.6)[source]: Delete
Lib/test/test_socket.py.
|
|
|
|
|
|
|
| |
These are already propagated from Cairo, but include them for clarity.
* gnu/packages/gtk.scm (pango)[propagated-inputs]: Add FONTCONFIG, FREETYPE
and GLIB.
|
|
|
|
|
| |
* gnu/packages/gtk.scm (pango): Update to 1.42.0.
[inputs]: Add FRIBIDI.
|
|
|
|
| |
* gnu/packages/glib.scm (gobject-introspection): Update to 1.56.0.
|
|
|
|
|
|
|
|
| |
* gnu/packages/glib.scm (glib): Update to 2.56.0.
[source](patches): Remove obsolete patch.
[arguments]: Disable new MIME test.
* gnu/packages/patches/glib-respect-datadir.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
|
|
|
| |
* gnu/packages/autotools.scm (automake): Update to 1.16.1.
(automake-1.16): Remove variable.
|
|
|
|
| |
* gnu/packages/databases.scm (gdbm): Update to 1.14.1.
|