summaryrefslogtreecommitdiff
path: root/hydra.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-18 01:06:47 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-18 01:07:53 +0100
commit59a43334a98babd6c776648967e48d7c44723639 (patch)
tree773b1410caede08cab50eb26b2fcf617da419c7c /hydra.scm
parent1ffa7090b99dfd2f54fa883929c5e78d7852657a (diff)
downloadguix-patches-59a43334a98babd6c776648967e48d7c44723639.tar
guix-patches-59a43334a98babd6c776648967e48d7c44723639.tar.gz
distro: Rename (distro) to (gnu packages).
* distro.scm: Rename to... * gnu/packages.scm: ... this. Update all users accordingly. * Makefile.am (MODULES): Adjust accordingly. * po/POTFILES.in: Likewise.
Diffstat (limited to 'hydra.scm')
-rw-r--r--hydra.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/hydra.scm b/hydra.scm
index fdca935d5f..8e3be16b08 100644
--- a/hydra.scm
+++ b/hydra.scm
@@ -24,7 +24,7 @@
(use-modules (guix store)
(guix packages)
((guix utils) #:select (%current-system))
- (distro)
+ (gnu packages)
(gnu packages base)
(gnu packages guile)
(srfi srfi-1)