jack_capture: turn off format hardening
This commit is contained in:
parent
4b127d9f9d
commit
76ee9e0f46
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user