diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-19 16:56:47 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-19 18:44:53 +0100 |
commit | 713335fa610713dc9491fc4848f5f5842423b143 (patch) | |
tree | 847513fe3cf72de59b0695b0aa068a6415aa9e0c /guix/gexp.scm | |
parent | 18675264c69dfc68b869d066551c444da2f47566 (diff) | |
download | gnu-guix-713335fa610713dc9491fc4848f5f5842423b143.tar gnu-guix-713335fa610713dc9491fc4848f5f5842423b143.tar.gz |
derivations: Add 'raw-derivation'.
* guix/derivations.scm (raw-derivation): New procedure.
* guix/download.scm (raw-derivation): Remove.
* guix/gexp.scm (raw-derivation): Remove.
Diffstat (limited to 'guix/gexp.scm')
-rw-r--r-- | guix/gexp.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/guix/gexp.scm b/guix/gexp.scm index 05178a5ecc..fd5dc49233 100644 --- a/guix/gexp.scm +++ b/guix/gexp.scm @@ -453,9 +453,6 @@ whether this should be considered a \"native\" input or not." '())) (gexp-references gexp))))) -(define raw-derivation - (store-lift derivation)) - (define* (lower-inputs inputs #:key system target) "Turn any package from INPUTS into a derivation for SYSTEM; return the |