Age | Commit message (Collapse) | Author |
|
* gnu/packages/ssh.scm (openssh)[arguments]: Use invoke and remove vestigial
plumbing in the custom install phase.
|
|
* gnu/packages/certs.scm (le-certs)[arguments]: Use invoke in the builder.
|
|
* gnu/packages/certs.scm (nss-certs)[arguments]: Use invoke to detect errors
while running 'certdata2pem.py'.
|
|
* gnu/packages/gnuzilla.scm (nss)[arguments]: Use invoke in the check phase.
|
|
* gnu/packages/assembly.scm (nasm)[arguments]: Use invoke in
the 'install-info' phase.
|
|
* gnu/packages/databases.scm (mysql)[arguments]: Return #t from
the 'patch-boost-version' phase.
|
|
* gnu/packages/gnuzilla.scm (mozjs-38)[arguments]: Use invoke in the custom
configure phase.
|
|
* gnu/packages/gnuzilla.scm (mozjs-24)[arguments]: Use invoke in the custom
configure phase.
|
|
* gnu/packages/gnuzilla.scm (mozjs)[arguments]: Return #t from the
'delete-timedout-test' phase. Use 'invoke' in the configure phase.
|
|
* gnu/packages/gl.scm (mesa-utils)[arguments]: Return #t from the custom
install phase.
|
|
* gnu/packages/gl.scm (mesa-headers)[arguments]: Return #t from the
custom install phase.
|
|
* gnu/packages/databases.scm (mariadb)[arguments]: Return #t from
the 'post-install' phase.
|
|
* gnu/packages/man.scm (man-db)[arguments]: Return #t from
the 'patch-test-shebangs' phase.
|
|
* gnu/packages/lua.scm (lua5.1-socket)[arguments]: Use invoke in the custom
check phase.
|
|
* gnu/packages/lua.scm (lua5.1-expat)[arguments]: Use invoke and remove
vestigial plumbing in the custom check phase.
|
|
* gnu/packages/lua.scm (lua)[arguments]: Use invoke in the install phase.
|
|
* gnu/packages/ssh.scm (libssh2)[arguments]: Use invoke in the autoreconf
phase.
|
|
* gnu/packages/gnome.scm (libsoup)[arguments]: Use invoke in the custom
install phase.
|
|
* gnu/packages/elf.scm (libelf)[arguments]: Use invoke in the configure phase.
|
|
* gnu/packages/backup.scm (libarchive)[arguments]: Use invoke and remove
vestigial plumbing from the check phase.
|
|
* gnu/packages/xorg.scm (imake)[arguments]: Use invoke and remove vestigial
plumbing from the 'install-data' phase.
|
|
* gnu/packages/imagemagick.scm (perl-image-magick)[arguments]: Return #t from
the 'image-magick-flags' and 'skip-mpeg-tests' phases.
|
|
* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Return #t from
the 'pre-build' and 'strip-configure-xml' phases.
|
|
* gnu/packages/ghostscript.scm (ijs)[arguments]: Use invoke in the autogen
phase.
|
|
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Return #t from the
'install-icons' and 'wrap-program' phases. Use 'invoke' in the custom
configure phase.
|
|
* gnu/packages/hurd.scm (gnumach)[arguments]: Use invoke and remove vestigial
plumbing in the 'produce-image' phase.
|
|
* gnu/packages/package-management.scm (guix)[arguments]: Use invoke in the
bootstrap phase.
|
|
* gnu/packages/gtk.scm (gtk+-2)[arguments]: Return #t from
the 'disable-tests' phase.
|
|
* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Return #t from
the 'patch-check-sh' phase.
|
|
* gnu/packages/hurd.scm (hurd-minimal)[arguments]: Use invoke in the custom
build phase.
|
|
* gnu/packages/hurd.scm (hurd-headers)[arguments]: Use invoke in the custom
install phase.
|
|
* gnu/packages/hurd.scm (gnumach-headers)[arguments]: Use invoke in the
custom install phase.
|
|
* gnu/packages/mail.scm (gmime)[arguments]: Return #t from
the 'patch-paths-in-tests' phase.
|
|
* gnu/packages/base.scm (glibc/hurd-headers): Return #t from the custom
install phase.
|
|
* gnu/packages/version-control.scm (git)[arguments]: Return #t from
the 'split' phase. Use 'invoke' in the 'install-man-pages' phase.
|
|
* gnu/packages/ghostscript.scm (ghostscript): Use invoke from the
custom 'build' and 'install' phases.
|
|
* gnu/packages/gettext.scm (gettext-minimal)[arguments]: Return #t from
the 'patch-tests' and 'link-expat' phases.
|
|
* gnu/packages/gnome.scm (geoclue)[arguments]: Return #t from
the 'patch-/bin/true' phase.
|
|
* gnu/packages/gtk.scm (gdk-pixbuf+svg): Use invoke in
the 'register-svg-loader' phase.
|
|
* gnu/packages/gawk.scm (gawk)[arguments]: Return #t from
the 'set-shell-file-name' phase.
|
|
* gnu/packages/fontutils.scm (fontconfig): Use invoke in the install phase.
|
|
* gnu/packages/video.scm (ffmpeg)[arguments]: Use invoke in the custom
configure phase.
|
|
* gnu/packages/audio.scm (faad2)[arguments]: Use invoke in the 'bootstrap'
phase.
|
|
* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[arguments]: Return #t
from the 'fix-lib-path' phase.
|
|
* gnu/packages/emacs.scm (emacs)[arguments]: Return #t from the 'fix-/bin/pwd'
phase.
|
|
* gnu/packages/freedesktop.scm (elogin)[arguments]: Return #t from all phases.
Use invoke and remove vestigial plumbing in the 'autogen' phase.
|
|
* gnu/packages/dejagnu.scm (dejagnu)[arguments]: Return #t from all phases.
Raise an exception if make check fails.
|
|
* gnu/packages/curl.scm (curl)[arguments]: Use invoke in the check phase.
|
|
* gnu/packages/autotools.scm (autoconf-2.13)[arguments]: Use invoke in the
custom configure phase.
|
|
* gnu/packages/apr.scm (apr-util)[arguments]: Use invoke in the custom
configure phase.
|