summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikita Karetnikov <nikita@karetnikov.org>2012-12-07 00:59:30 +0000
committerLudovic Courtès <ludo@gnu.org>2012-12-07 22:30:32 +0100
commit3d282f90f870f120d541c657a1278eeeee069f43 (patch)
treef71c100821002203a8cbe2fb5f85a1ea7c163fee /Makefile.am
parent22189ed117afe435f56a1c0c7bd948e3650c6e4c (diff)
downloadguix-patches-3d282f90f870f120d541c657a1278eeeee069f43.tar
guix-patches-3d282f90f870f120d541c657a1278eeeee069f43.tar.gz
distro: Add Attr.
* distro/packages/attr.scm: New file. Dependency on Perl and `patch-shebang' added by Ludovic. * Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fab85aebe2..822d82d9ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,7 @@ MODULES = \
guix/snix.scm \
guix.scm \
distro.scm \
+ distro/packages/attr.scm \
distro/packages/autotools.scm \
distro/packages/base.scm \
distro/packages/bash.scm \