cccc: turn off format hardening
This commit is contained in:
@@ -11,7 +11,11 @@ stdenv.mkDerivation {
|
||||
url = "mirror://sourceforge/${name}/${version}/${name}-${version}.tar.gz";
|
||||
sha256 = "1gsdzzisrk95kajs3gfxks3bjvfd9g680fin6a9pjrism2lyrcr7";
|
||||
};
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
patches = [ ./cccc.patch ];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace install/install.mak --replace /usr/local/bin $out/bin
|
||||
substituteInPlace install/install.mak --replace MKDIR=mkdir "MKDIR=mkdir -p"
|
||||
|
||||
Reference in New Issue
Block a user