gnumake380: disable format hardening
This commit is contained in:
parent
a132aa46d6
commit
c95ab0a2d1
@ -2,12 +2,16 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gnumake-3.80";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://tarballs.nixos.org/make-3.80.tar.bz2;
|
||||
md5 = "0bbd1df101bc0294d440471e50feca71";
|
||||
};
|
||||
|
||||
patches = [./log.patch];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user