Author: chaoflow
Date: Thu Dec 29 19:46:43 2011
New Revision: 31147
URL: https://nixos.org/websvn/nix/?rev=31147&sc=1

Log:
zsh meta

Modified:
   nixpkgs/trunk/pkgs/shells/zsh/default.nix

Modified: nixpkgs/trunk/pkgs/shells/zsh/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/shells/zsh/default.nix   Thu Dec 29 19:46:37 2011        
(r31146)
+++ nixpkgs/trunk/pkgs/shells/zsh/default.nix   Thu Dec 29 19:46:43 2011        
(r31147)
@@ -26,5 +26,14 @@
     tar xf ${documentation} -C $out/share
   '';
 
-  buildInputs = [ncurses coreutils];
+  buildInputs = [ ncurses coreutils ];
+
+  meta = {
+    description = "the Z shell";
+    longDescription = "Zsh is a UNIX command interpreter (shell) usable as an 
interactive login shell and as a shell script command processor.  Of the 
standard shells, zsh most closely resembles ksh but includes many enhancements. 
 Zsh has command line editing, builtin spelling correction, programmable 
command completion, shell functions (with autoloading), a history mechanism, 
and a host of other features.";
+    license = "MIT-like";
+    homePage = "http://www.zsh.org/";;
+    maintainers = with stdenv.lib.maintainers; [ chaoflow ];
+    platforms = stdenv.lib.platforms.gnu;  # arbitrary choice
+  };
 }
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to