diff options
author | Andreas Enge <andreas@enge.fr> | 2013-01-19 17:59:46 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-01-21 21:46:46 +0100 |
commit | 05bf6f82897d3f2cc1b63c1dd9385477a34ef6c7 (patch) | |
tree | 0f2c3f7739b6d47e3d37f63e4be4c7713b408da4 /Makefile.am | |
parent | eb39051936e30f57a841b50299830823bd90ff0f (diff) | |
download | guix-05bf6f82897d3f2cc1b63c1dd9385477a34ef6c7.tar guix-05bf6f82897d3f2cc1b63c1dd9385477a34ef6c7.tar.gz |
gnu: Add netpbm.
* gnu/packages/netpbm.scm: New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 01840d23b9..4bf4960032 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,6 +105,7 @@ MODULES = \ gnu/packages/mysql.scm \ gnu/packages/nano.scm \ gnu/packages/ncurses.scm \ + gnu/packages/netpbm.scm \ gnu/packages/nettle.scm \ gnu/packages/openssl.scm \ gnu/packages/oggvorbis.scm \ |