Author: rob
Date: Fri Oct 22 06:36:44 2010
New Revision: 24411
URL: https://svn.nixos.org/websvn/nix/?rev=24411&sc=1
Log:
tar/release.nix: removed paxutils bootstrap argument
Modified:
hydra-config/gnu/trunk/tar/release.nix
Modified: hydra-config/gnu/trunk/tar/release.nix
==============================================================================
--- hydra-config/gnu/trunk/tar/release.nix Thu Oct 21 22:50:12 2010
(r24410)
+++ hydra-config/gnu/trunk/tar/release.nix Fri Oct 22 06:36:44 2010
(r24411)
@@ -26,7 +26,6 @@
tarball =
{ tarSrc ? {outPath = ../../tar;}
- , paxutils ? {outPath = ../../paxutils;}
, gnulib ? {outPath = ../../gnulib;}
}:
@@ -40,10 +39,8 @@
cp -Rv ${gnulib} ../gnulib
chmod -R 755 ../gnulib
- cp -Rv ${paxutils} ../paxutils
- chmod -R 755 ../paxutils
- ./bootstrap --gnulib-srcdir=../gnulib --paxutils-srcdir=../paxutils
--skip-po --copy
+ ./bootstrap --gnulib-srcdir=../gnulib --skip-po --copy
'';
buildInputs = with pkgs;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits