diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-09-18 20:49:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-09-18 20:49:47 +0200 |
commit | 97d010b7f8acbe8e609f401996d72d84ba2bbdbd (patch) | |
tree | f63ea5033b6ddeee9202b58293f0c9517db68377 /build-aux/hydra/guix.scm | |
parent | 3301f179709d4ef4d5a1f50a634698d9abdb0519 (diff) | |
download | guix-97d010b7f8acbe8e609f401996d72d84ba2bbdbd.tar guix-97d010b7f8acbe8e609f401996d72d84ba2bbdbd.tar.gz |
hydra: Add missing import.
* build-aux/hydra/gnu-system.scm, build-aux/hydra/guix.scm: Use (guix
derivations).
Diffstat (limited to 'build-aux/hydra/guix.scm')
-rw-r--r-- | build-aux/hydra/guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/hydra/guix.scm b/build-aux/hydra/guix.scm index 189b973a69..9800c1991d 100644 --- a/build-aux/hydra/guix.scm +++ b/build-aux/hydra/guix.scm @@ -40,6 +40,7 @@ (use-modules (guix store) (guix packages) (guix utils) + (guix derivations) (guix build-system gnu) (gnu packages version-control) (gnu packages package-management) |