Author: rob
Date: Fri Aug 19 12:49:23 2011
New Revision: 28682
URL: https://svn.nixos.org/websvn/nix/?rev=28682&sc=1

Log:
add git/git2cl to deps of zile

Modified:
   hydra-config/gnu/trunk/zile/release.nix

Modified: hydra-config/gnu/trunk/zile/release.nix
==============================================================================
--- hydra-config/gnu/trunk/zile/release.nix     Fri Aug 19 12:47:28 2011        
(r28681)
+++ hydra-config/gnu/trunk/zile/release.nix     Fri Aug 19 12:49:23 2011        
(r28682)
@@ -61,7 +61,7 @@
         
       tarball = pkgs: {
         HELP2MAN = "${pkgs.help2man}/bin/help2man";
-        buildInputs = with pkgs; [ ncurses help2man lua5 perl boehmgc m4];
+        buildInputs = with pkgs; [ ncurses help2man lua5 perl boehmgc m4 
gitAndTools.git gitAndTools.git2cl ];
         dontBuild = false;
       } ;
       
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to