bind: Fix patching Makefile.in
There is no postPatchPhase.
This commit is contained in:
committed by
Charles Strahan
parent
4867d6943f
commit
0e07172c6d
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user