3
0
Fork 0
forked from mirrors/nixpkgs

wraith: disable format hardening

This commit is contained in:
Franz Pletz 2016-08-25 03:32:09 +02:00
parent df275f5b85
commit 4f46913bf7

View file

@ -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 = ''