aboutsummaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorRaimon Grau <raimonster@gmail.com>2014-02-09 16:28:39 +0100
committerLudovic Courtès <ludo@gnu.org>2014-02-09 22:06:15 +0100
commit4cccb3617ee0e2344d0d986f3c60d97e77aa3249 (patch)
tree7a600583eae5a5c9deed9e83a5a5b1391c0a49d6 /gnu-system.am
parent350b9b9933bdfd46efd3e9dee6f1dd1ec5889818 (diff)
downloadguix-4cccb3617ee0e2344d0d986f3c60d97e77aa3249.tar.gz
guix-4cccb3617ee0e2344d0d986f3c60d97e77aa3249.zip
gnu: Add stalonetray
* gnu/packages/stalonetray.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add stalonetray.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am
index 1ffeee5084..cc34dbc7b3 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -190,6 +190,7 @@ GNU_SYSTEM_MODULES = \
gnu/packages/smalltalk.scm \
gnu/packages/sqlite.scm \
gnu/packages/ssh.scm \
+ gnu/packages/stalonetray.scm \
gnu/packages/swig.scm \
gnu/packages/tcl.scm \
gnu/packages/tcsh.scm \