diff options
author | gzg <gzg@riseup.net> | 2013-11-23 10:48:47 -0600 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-25 22:54:32 +0100 |
commit | 4aa0891cd2a0ea72796a123e23e045819899d1a9 (patch) | |
tree | a3104f3cc81364e895300322efae472cd1d31b6d /gnu-system.am | |
parent | 5fd7f3e01584884a2349cf2d3a6d11d14408d95b (diff) | |
download | patches-4aa0891cd2a0ea72796a123e23e045819899d1a9.tar patches-4aa0891cd2a0ea72796a123e23e045819899d1a9.tar.gz |
gnu: Add SLiM.
* gnu/packages/slim.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 2c893e4d7f..c6f436a90e 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -169,6 +169,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/sdl.scm \ gnu/packages/shishi.scm \ gnu/packages/skribilo.scm \ + gnu/packages/slim.scm \ gnu/packages/smalltalk.scm \ gnu/packages/sqlite.scm \ gnu/packages/ssh.scm \ |