Archived
1
0
Fork 0

guix build: Remove unnecessary (replacement #f).

* guix/scripts/build.scm (package-with-source): Remove 'replacement'
field, which is innate since d5ec5ed719.
This commit is contained in:
Ludovic Courtès 2020-10-28 16:40:08 +01:00
parent 139c4ac199
commit e72cc79263
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -202,11 +202,7 @@ the new package's version number from URI."
(package-version p)))
;; Use #:recursive? #t to allow for directories.
(source (downloaded-file uri #t))
;; Override the replacement, otherwise '--with-source' would
;; have no effect.
(replacement #f)))))
(source (downloaded-file uri #t))))))
;;;