Author: rob
Date: Thu Nov 25 09:26:09 2010
New Revision: 24852
URL: https://svn.nixos.org/websvn/nix/?rev=24852&sc=1

Log:
autoconf/release: fix manual build

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

Modified: hydra-config/gnu/trunk/autoconf/release.nix
==============================================================================
--- hydra-config/gnu/trunk/autoconf/release.nix Thu Nov 25 09:14:56 2010        
(r24851)
+++ hydra-config/gnu/trunk/autoconf/release.nix Thu Nov 25 09:26:09 2010        
(r24852)
@@ -21,6 +21,8 @@
 
   buildInputsFrom = pkgs: with pkgs; [ xz perl m4 ];
 
+  texLive = pkgs.texLiveAggregationFun { paths = [ pkgs.texLive 
pkgs.texLiveCMSuper ]; } ;
+
   jobs = rec {
 
     tarball =
@@ -68,7 +70,7 @@
         name = "autoconf-manual";
         src = tarball;
         buildInputs =
-          [ pkgs.texinfo pkgs.texLive pkgs.texLiveCMSuper ]
+          [ pkgs.texinfo texLive ]
           ++ (buildInputsFrom pkgs);
 
         buildPhase = "make html pdf";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to