jack_capture: turn off format hardening
This commit is contained in:
parent
4b127d9f9d
commit
76ee9e0f46
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
cp jack_capture $out/bin/
|
cp jack_capture $out/bin/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A program for recording soundfiles with jack";
|
description = "A program for recording soundfiles with jack";
|
||||||
homepage = http://archive.notam02.no/arkiv/src;
|
homepage = http://archive.notam02.no/arkiv/src;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user