Author: rob
Date: Tue Dec 28 09:20:05 2010
New Revision: 25300
URL: https://svn.nixos.org/websvn/nix/?rev=25300&sc=1

Log:
libtool/release.nix: fix manual build

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

Modified: hydra-config/gnu/trunk/libtool/release.nix
==============================================================================
--- hydra-config/gnu/trunk/libtool/release.nix  Mon Dec 27 20:50:27 2010        
(r25299)
+++ hydra-config/gnu/trunk/libtool/release.nix  Tue Dec 28 09:20:05 2010        
(r25300)
@@ -20,6 +20,8 @@
   pkgs = import nixpkgs {};
   crossSystems = (import ../cross-systems.nix) { inherit pkgs; };
 
+  texLive = pkgs.texLiveAggregationFun { paths = [ pkgs.texLive 
pkgs.texLiveCMSuper ]; } ;
+
   preCheck =
     # Avoid interference from the ld wrapper.
     '' export NIX_DONT_SET_RPATH=1
@@ -131,8 +133,7 @@
         name = "libtool-manual";
         src = tarball;
         buildInputs =
-          [ autoconf automake
-            pkgs.texinfo pkgs.texLive
+          [ autoconf automake texLive
           ];
 
         buildPhase = "make html pdf";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to