summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-01-26 14:24:06 +0100
committerAndreas Enge <andreas@enge.fr>2013-01-26 14:40:49 +0100
commitb8d3511ad58326bbb95b59107b45fe700c519627 (patch)
tree0e25e40217d44a01ce686ec8cbdc108da522d232 /Makefile.am
parente5c0701f9c77afdce0e4c8ae502ad93177a81b88 (diff)
gnu: Add zip, unzip and zziplib.
* gnu/packages/zip.scm: New file. * Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4cfe205d71..3942db5275 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -133,7 +133,8 @@ MODULES = \
gnu/packages/wget.scm \
gnu/packages/which.scm \
gnu/packages/xml.scm \
- gnu/packages/zile.scm
+ gnu/packages/zile.scm \
+ gnu/packages/zip.scm
GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go