jack_capture: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 01:09:53 +00:00
parent 4b127d9f9d
commit 76ee9e0f46

View File

@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
cp jack_capture $out/bin/
'';
meta = with stdenv.lib; {
hardening_format = false;
meta = with stdenv.lib; {
description = "A program for recording soundfiles with jack";
homepage = http://archive.notam02.no/arkiv/src;
license = licenses.gpl2;