summary refs log tree commit diff
path: root/build-aux/check-final-inputs-self-contained.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-03-03 22:59:49 +0100
committerLudovic Courtès <ludo@gnu.org>2016-03-03 23:54:36 +0100
commit5c7e1a32709365949ebc952109621bc770d44664 (patch)
treecfd01f1047c60faa1b34eee4660b9956387448b0 /build-aux/check-final-inputs-self-contained.scm
parent50b66bf1b09130cd95f9dbe8e0efb93eaba5895e (diff)
downloadguix-5c7e1a32709365949ebc952109621bc770d44664.tar.gz
build: Use (guix grafts) as needed.
This is a followup to 7adf9b8.

* build-aux/check-final-inputs-self-contained.scm: Use (guix grafts).
* build-aux/check-available-binaries.scm: Likewise.
Diffstat (limited to 'build-aux/check-final-inputs-self-contained.scm')
-rw-r--r--build-aux/check-final-inputs-self-contained.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/check-final-inputs-self-contained.scm b/build-aux/check-final-inputs-self-contained.scm
index 9b791f2e2d..255286be29 100644
--- a/build-aux/check-final-inputs-self-contained.scm
+++ b/build-aux/check-final-inputs-self-contained.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21,6 +21,7 @@
 ;;;
 
 (use-modules (guix store)
+             (guix grafts)
              (guix packages)
              (guix derivations)
              (guix ui)