portmidi: turn off format hardening
This commit is contained in:
parent
c648eeda49
commit
f85ec68cc8
@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ unzip cmake /*jdk*/ alsaLib ];
|
buildInputs = [ unzip cmake /*jdk*/ alsaLib ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://portmedia.sourceforge.net/portmidi/";
|
homepage = "http://portmedia.sourceforge.net/portmidi/";
|
||||||
description = "Platform independent library for MIDI I/O";
|
description = "Platform independent library for MIDI I/O";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user