diff options
| author | Ludovic Courtès | 2013-04-12 21:26:41 +0200 |
|---|---|---|
| committer | Ludovic Courtès | 2013-04-12 21:58:47 +0200 |
| commit | c5c555b186a894e6bd3d5709c5199fcab1f0b7d0 (patch) | |
| tree | 9fee94727d38114e9f8bee4c0f6f24074cf9c56e /Makefile.am | |
| parent | 841032d4482360b8125291f80b20111e1371167a (diff) | |
gnu: Add Ratpoison.
* gnu/packages/ratpoison.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 a1bda1675..d07272f8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -157,6 +157,7 @@ MODULES = \ gnu/packages/pth.scm \ gnu/packages/python.scm \ gnu/packages/qemu.scm \ + gnu/packages/ratpoison.scm \ gnu/packages/readline.scm \ gnu/packages/recutils.scm \ gnu/packages/rsync.scm \ |