diff options
author | Kevin Lemonnier <lemonnierk@ulrar.net> | 2014-09-08 21:06:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-09 09:50:19 +0200 |
commit | cf31157fb2ae955f5a996b8831283cb9dcc0cd15 (patch) | |
tree | ad74a3bbbe5228eaeab9cab645a053eb2de0f9f3 /gnu-system.am | |
parent | 42d10464bedb43a9211d8bc187e668fe33272368 (diff) | |
download | guix-cf31157fb2ae955f5a996b8831283cb9dcc0cd15.tar guix-cf31157fb2ae955f5a996b8831283cb9dcc0cd15.tar.gz |
gnu: Add zsh.
* gnu/packages/zsh.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 b3d6123468..86b18b5b8f 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -256,6 +256,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/yasm.scm \ gnu/packages/zile.scm \ gnu/packages/zip.scm \ + gnu/packages/zsh.scm \ \ gnu/services.scm \ gnu/services/avahi.scm \ |