aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-07-14 00:22:16 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-07-23 20:18:14 +0200
commit389eb3fab7d229311657a43de6540cb0ab21a2e0 (patch)
tree55c33a73bff62f65d4e421d79ad6847e8a447066 /m4
parente03a51530450e85f88dd36ad459f06950eb906ea (diff)
downloadguix-389eb3fab7d229311657a43de6540cb0ab21a2e0.tar.gz
guix-389eb3fab7d229311657a43de6540cb0ab21a2e0.zip
gnu: Add lrzip.
* gnu/packages/compression.scm (lrzip): New variable.
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions
rt '--with-source=PACKAGE@VERSION=URI'....* guix/scripts/build.scm (numeric-extension?, tarball-base-name): New procedures, formerly in 'package-with-source'. (transform-package-source)[new-sources]: Look for '=' in URI. Each element of the list of now a (PKG VERSION SOURCE) tuple. Pass VERSION to 'package-with-source'. (package-with-source): Add 'version' parameter and honor it. * tests/scripts-build.scm ("options->transformation, with-source, PKG=URI") ("options->transformation, with-source, PKG@VER=URI"): New tests. * doc/guix.texi (Package Transformation Options): Document the new forms. Ludovic Courtès 2017-04-21tests: Adjust to the addition of a new Coreutils version....* tests/scripts-build.scm ("options->transformation, with-input"): Use 'specification->package' rather than refer to Coreutils by its variable. This is a followup to e162050dfc0dee708a7ac5bfcf37d2afd6081604. Ludovic Courtès 2016-12-21guix build: '--with-source' overrides the 'replacement' of a package....* guix/scripts/build.scm (package-with-source): Set 'replacement' to #f. * tests/scripts-build.scm ("options->transformation, with-source, replacement"): New test. Ludovic Courtès 2016-10-19tests: Fix typo in 'with-graft' transformation test....This is a followup to 645b9df858683dc05ffa04c9eb2fdc45ccef4a65. * tests/scripts-build.scm ("options->transformation, with-graft"): Use 'with-graft', not 'with-input'. Ludovic Courtès 2016-10-17guix build: Add '--with-graft'....* guix/scripts/build.scm (transform-package-inputs/graft): New procedure. (%transformations): Add 'with-graft'. (%transformation-options): Likewise. (show-transformation-options-help): Document it. * tests/scripts-build.scm ("options->transformation, with-graft"): New test. * doc/guix.texi (Package Transformation Options): Document it. Ludovic Courtès