mi2ly: turn off format hardening
This commit is contained in:
parent
7e644980cc
commit
7b37bbedc4
|
@ -21,6 +21,8 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
sourceRoot=".";
|
sourceRoot=".";
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
buildPhase = "./cc";
|
buildPhase = "./cc";
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p "$out"/{bin,share/doc/mi2ly}
|
mkdir -p "$out"/{bin,share/doc/mi2ly}
|
||||||
|
|
Loading…
Reference in New Issue