portmidi: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 00:21:20 +00:00
parent c648eeda49
commit f85ec68cc8

View File

@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
buildInputs = [ unzip cmake /*jdk*/ alsaLib ];
hardening_format = false;
meta = {
homepage = "http://portmedia.sourceforge.net/portmidi/";
description = "Platform independent library for MIDI I/O";