mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
mi2ly: turn off format hardening
This commit is contained in:
parent
7e644980cc
commit
7b37bbedc4
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ stdenv.mkDerivation {
|
|||
|
||||
sourceRoot=".";
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
buildPhase = "./cc";
|
||||
installPhase = ''
|
||||
mkdir -p "$out"/{bin,share/doc/mi2ly}
|
||||
|
|
Loading…
Reference in a new issue