guix build: '--with-source' overrides the 'replacement' of a package.
authorLudovic Courtès <ludo@gnu.org>
Wed, 21 Dec 2016 22:46:44 +0000 (23:46 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 21 Dec 2016 22:48:14 +0000 (23:48 +0100)
commit7c247809efe5d6a2a11617f41f45a2b6e8d6855f
treecd00d39ef9ee9c9bf95f80583e76e0fd431d3969
parent590b80d29a359d6dbaa3e1f5861e38572e077317
guix 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.
guix/scripts/build.scm
tests/scripts-build.scm