diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2013-04-01 00:23:42 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2013-04-11 21:08:31 +0200 |
commit | 1010e530d38af0b87fced74267bb7864a213b158 (patch) | |
tree | e6893260bc6ed1ad77a49bce89118e91b73f8138 /Makefile.am | |
parent | 068cdcd07c59ab8228c7c5580f6fd162069e3999 (diff) | |
download | patches-1010e530d38af0b87fced74267bb7864a213b158.tar patches-1010e530d38af0b87fced74267bb7864a213b158.tar.gz |
gnu: Add dwm.
* gnu/packages/dwm.scm: New file.
* Makefile.am: 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 053dc1e8c5..8dd9808dcd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,7 @@ MODULES = \ gnu/packages/cyrus-sasl.scm \ gnu/packages/dejagnu.scm \ gnu/packages/ddrescue.scm \ + gnu/packages/dwm.scm \ gnu/packages/ed.scm \ gnu/packages/emacs.scm \ gnu/packages/fdisk.scm \ |