forked from mirrors/nixpkgs
wraith: disable format hardening
This commit is contained in:
parent
df275f5b85
commit
4f46913bf7
|
@ -10,6 +10,7 @@ mkDerivation rec {
|
|||
url = "mirror://sourceforge/wraithbotpack/wraith-v${version}.tar.gz";
|
||||
sha256 = "0h6liac5y7im0jfm2sj18mibvib7d1l727fjs82irsjj1v9kif3j";
|
||||
};
|
||||
hardeningDisable = [ "format" ];
|
||||
buildInputs = [ openssl ];
|
||||
patches = [ ./configure.patch ./dlopen.patch ];
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue