diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-19 17:05:07 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-19 18:44:53 +0100 |
commit | e74f64b9e55cbc3052698830001238d2407fed19 (patch) | |
tree | fe2b0d8aba16272b4e51ea904c7907cc32b964e4 /guix/scripts | |
parent | 713335fa610713dc9491fc4848f5f5842423b143 (diff) | |
download | gnu-guix-e74f64b9e55cbc3052698830001238d2407fed19.tar gnu-guix-e74f64b9e55cbc3052698830001238d2407fed19.tar.gz |
store: Add 'references*'.
* guix/store.scm (references*): New procedure.
* guix/profiles.scm (manifest-lookup-package)[references*]: Remove.
* guix/scripts/system.scm (references*): Remove.
* tests/gexp.scm ("gexp->file", "gexp->file + file-append")
("gexp->derivation", "gexp->derivation, cross-compilation")
("gexp->derivation, ungexp + ungexp-native")
("scheme-file", "text-file*", "mixed-text-file"): Remove 'references*'
instead of (store-lift references).
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/system.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm index 71ddccfa61..bb373a6726 100644 --- a/guix/scripts/system.scm +++ b/guix/scripts/system.scm @@ -77,9 +77,6 @@ ;;; Installation. ;;; -;; TODO: Factorize. -(define references* - (store-lift references)) (define topologically-sorted* (store-lift topologically-sorted)) |