Author: rob
Date: Sun Jul 10 21:50:04 2011
New Revision: 27698
URL: https://svn.nixos.org/websvn/nix/?rev=27698&sc=1

Log:
zile/release.nix: zile needs libgc

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

Modified: hydra-config/gnu/trunk/zile/release.nix
==============================================================================
--- hydra-config/gnu/trunk/zile/release.nix     Sun Jul 10 20:17:44 2011        
(r27697)
+++ hydra-config/gnu/trunk/zile/release.nix     Sun Jul 10 21:50:04 2011        
(r27698)
@@ -61,7 +61,7 @@
         
       tarball = pkgs: {
         HELP2MAN = "${pkgs.help2man}/bin/help2man";
-        buildInputs = with pkgs; [ ncurses help2man lua5 perl ];
+        buildInputs = with pkgs; [ ncurses help2man lua5 perl boehmgc];
         dontBuild = false;
         autoconfPhase = ''
           ./autogen.sh
@@ -70,14 +70,15 @@
       
       build = pkgs: ({
         TERM="xterm";
-        buildInputs = with pkgs; [ncurses];
+        buildInputs = with pkgs; [ncurses boehmgc];
       } // pkgs.lib.optionalAttrs (pkgs.stdenv.system == "i686-cygwin")  { 
NIX_LDFLAGS = "-lncurses"; } ) ;
       
       coverage = pkgs: {
         TERM="xterm";
-        buildInputs = with pkgs; [ncurses];
+        buildInputs = with pkgs; [ncurses boehmgc];
       };
       
     };   
   }
 
+
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to