summaryrefslogtreecommitdiff
path: root/hydra.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-05-25 23:24:51 +0200
committerLudovic Courtès <ludo@gnu.org>2013-05-25 23:24:51 +0200
commit923fbae1f0a0d2dba8d8cf22d5c04679f03b1468 (patch)
tree6605ac054e502f1835deba63e62ec7913e597f12 /hydra.scm
parent598608c7eec51ff0911a77c953a984d494e45a62 (diff)
downloadguix-patches-923fbae1f0a0d2dba8d8cf22d5c04679f03b1468.tar
guix-patches-923fbae1f0a0d2dba8d8cf22d5c04679f03b1468.tar.gz
build: Add missing import in `hydra.scm'.
* hydra.scm: Import (gnu packages gawk).
Diffstat (limited to 'hydra.scm')
-rw-r--r--hydra.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/hydra.scm b/hydra.scm
index 4463466ce2..079c7ba21c 100644
--- a/hydra.scm
+++ b/hydra.scm
@@ -41,6 +41,7 @@
((guix utils) #:select (%current-system))
(gnu packages)
(gnu packages base)
+ (gnu packages gawk)
(gnu packages guile)
(gnu packages multiprecision)
(gnu packages make-bootstrap)