Author: rob
Date: Thu Oct 28 06:20:45 2010
New Revision: 24507
URL: https://svn.nixos.org/websvn/nix/?rev=24507&sc=1

Log:
tar/release.nix: due to update of bootstrap script, add paxutils

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

Modified: hydra-config/gnu/trunk/tar/release.nix
==============================================================================
--- hydra-config/gnu/trunk/tar/release.nix      Wed Oct 27 22:04:14 2010        
(r24506)
+++ hydra-config/gnu/trunk/tar/release.nix      Thu Oct 28 06:20:45 2010        
(r24507)
@@ -27,12 +27,14 @@
     tarball =
       { tarSrc ? {outPath = ../../tar;}
       , gnulib ? {outPath = ../../gnulib;}
+      , paxutils ? {outPath = ../../paxutils;}
       }:
 
       pkgs.releaseTools.sourceTarball {
         name = "tar-tarball";
         src = tarSrc;
 
+        PAXUTILS_SRCDIR = paxutils;
         autoconfPhase = ''
           # Disable Automake's `check-news' so that "make dist" always works.
           sed -i "configure.ac" -es/gnits/gnu/g
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to