mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
tcp-wrapper: Apply patches with `--batch' to please the latest GNU Patch.
svn path=/nixpkgs/trunk/; revision=21594
This commit is contained in:
parent
82fe986554
commit
be07b7f60d
@ -11,7 +11,7 @@ patchPhase
|
||||
for patch in debian/patches/*
|
||||
do
|
||||
echo "applying Debian patch \`$(basename $patch)'..."
|
||||
patch -p1 < $patch
|
||||
patch --batch -p1 < $patch
|
||||
done
|
||||
|
||||
substituteInPlace "Makefile" --replace \
|
||||
|
Loading…
Reference in New Issue
Block a user