diff options
author | Andreas Enge <andreas@enge.fr> | 2013-01-26 14:24:06 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-01-26 14:40:49 +0100 |
commit | b8d3511ad58326bbb95b59107b45fe700c519627 (patch) | |
tree | 0e25e40217d44a01ce686ec8cbdc108da522d232 /Makefile.am | |
parent | e5c0701f9c77afdce0e4c8ae502ad93177a81b88 (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.am | 3 |
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 |