diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-03-03 22:59:49 +0100 | 
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-03 23:54:36 +0100 | 
| commit | 5c7e1a32709365949ebc952109621bc770d44664 (patch) | |
| tree | cfd01f1047c60faa1b34eee4660b9956387448b0 /build-aux/check-final-inputs-self-contained.scm | |
| parent | 50b66bf1b09130cd95f9dbe8e0efb93eaba5895e (diff) | |
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.scm | 3 | 
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) | 
