summaryrefslogtreecommitdiff
path: root/guix/profiles.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-11-19 17:05:07 +0100
committerLudovic Courtès <ludo@gnu.org>2016-11-19 18:44:53 +0100
commite74f64b9e55cbc3052698830001238d2407fed19 (patch)
treefe2b0d8aba16272b4e51ea904c7907cc32b964e4 /guix/profiles.scm
parent713335fa610713dc9491fc4848f5f5842423b143 (diff)
downloadgnu-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/profiles.scm')
-rw-r--r--guix/profiles.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/guix/profiles.scm b/guix/profiles.scm
index b56b8f4c79..0b317ef51e 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -501,10 +501,6 @@ if not found."
#t))))
items))
- ;; TODO: Factorize.
- (define references*
- (store-lift references))
-
(with-monad %store-monad
(match (manifest-entry-item entry)
((? package? package)