[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: guix build: Remove unnecessary (replacement #f).
From: |
guix-commits |
Subject: |
02/09: guix build: Remove unnecessary (replacement #f). |
Date: |
Sat, 31 Oct 2020 18:18:08 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit e72cc792631ebccbca44a8b6bc4b55c0835d3849
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Oct 28 16:40:08 2020 +0100
guix build: Remove unnecessary (replacement #f).
* guix/scripts/build.scm (package-with-source): Remove 'replacement'
field, which is innate since d5ec5ed7197d121130af6953378bcfd8929a9754.
---
guix/scripts/build.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/guix/scripts/build.scm b/guix/scripts/build.scm
index 831ac8f..65a1252 100644
--- a/guix/scripts/build.scm
+++ b/guix/scripts/build.scm
@@ -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))))))
;;;
- branch master updated (48dec2e -> 70876b0), guix-commits, 2020/10/31
- 02/09: guix build: Remove unnecessary (replacement #f).,
guix-commits <=
- 01/09: guix build: 'package-with-source' no longer takes a 'store' parameter., guix-commits, 2020/10/31
- 03/09: guix build: 'options->transformation' no longer takes a 'store' parameter., guix-commits, 2020/10/31
- 06/09: doc: Add "Defining Package Variants" section., guix-commits, 2020/10/31
- 04/09: guix build: Move transformation options to (guix transformations)., guix-commits, 2020/10/31
- 05/09: transformations: Raise '&formatted-message' exceptions instead of 'leave'., guix-commits, 2020/10/31
- 09/09: gnu: httpie: Update to 2.3.0., guix-commits, 2020/10/31
- 07/09: pack: Relocatable wrapper leaves root available to child processes., guix-commits, 2020/10/31
- 08/09: gnu: esbuild: Update to 0.8.0., guix-commits, 2020/10/31