summaryrefslogtreecommitdiff
path: root/guix/packages.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-07-26 22:59:49 +0200
committerLudovic Courtès <ludo@gnu.org>2018-07-26 22:59:49 +0200
commit8c7bebd6ea99f0ee4fb46a48ecb1883754c8cdde (patch)
tree3fe9cb15090244e65434cf553cdf8de182c05164 /guix/packages.scm
parent28c4905b123e7de85e5d2b654f4d15289625f2c0 (diff)
downloadgnu-guix-8c7bebd6ea99f0ee4fb46a48ecb1883754c8cdde.tar
gnu-guix-8c7bebd6ea99f0ee4fb46a48ecb1883754c8cdde.tar.gz
gexp: Remove backward compatibility hack for 'imported-files'.
* guix/gexp.scm (gexp->derivation): Remove #:import-creates-derivation?. (imported-files): Remove #:derivation? and adjust callers. (imported-modules), compiled-modules): Likewise. * guix/packages.scm (patch-and-repack): Adjust 'gexp->derivation' call.
Diffstat (limited to 'guix/packages.scm')
-rw-r--r--guix/packages.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/guix/packages.scm b/guix/packages.scm
index 01045ded07..eab0b3404c 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -641,9 +641,6 @@ specifies modules in scope when evaluating SNIPPET."
(let ((name (tarxz-name original-file-name)))
(gexp->derivation name build
- ;; TODO: Remove this on the next rebuild cycle.
- #:import-creates-derivation? #t
-
#:graft? #f
#:system system
#:deprecation-warnings #t ;to avoid a rebuild