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