diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2013-02-11 03:32:51 +0100 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2013-02-11 22:23:29 +0100 |
commit | b1426f17859173fedc40f14c9e2d40c64a0f469b (patch) | |
tree | 6cf55885a94e854223ef873d6190d04fb8c30f14 /Makefile.am | |
parent | 95b6c70f6b3da28c1e1e869308614d317e621269 (diff) | |
download | gnu-guix-b1426f17859173fedc40f14c9e2d40c64a0f469b.tar gnu-guix-b1426f17859173fedc40f14c9e2d40c64a0f469b.tar.gz |
gnu: Add tmux. licenses: add ISC.
* gnu/packages/tmux.scm: New file.
* Makefile.am (MODULES): Use it.
* guix/licenses.scm: add ISC.
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 f9b64e7775..3c47dd01b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,6 +143,7 @@ MODULES = \ gnu/packages/texinfo.scm \ gnu/packages/texlive.scm \ gnu/packages/time.scm \ + gnu/packages/tmux.scm \ gnu/packages/tor.scm \ gnu/packages/wget.scm \ gnu/packages/which.scm \ |