bind: Fix patching Makefile.in

There is no postPatchPhase.
This commit is contained in:
Franz Pletz
2015-12-25 21:39:56 -05:00
committed by Charles Strahan
parent 4867d6943f
commit 0e07172c6d
2 changed files with 13 additions and 5 deletions
+1 -5
View File
@@ -10,11 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "1w4gp4hdkb452nmz91l413d1rx89isl2l6wv8kpbdd2afpc3phws";
};
postPatchPhase = ''
sed -i 's/^\t.*run/\t/' Makefile.in
'';
patches = [ ./libressl.patch ];
patches = [ ./libressl.patch ./remove-mkdir-var.patch ];
buildInputs = [ openssl libtool perl libxml2 ];