mp3val: turn off format hardening
This commit is contained in:
parent
e339a9a20e
commit
2fdd13234e
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
install -Dv mp3val "$out/bin/mp3val"
|
install -Dv mp3val "$out/bin/mp3val"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardening_fortify = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tool for validating and repairing MPEG audio streams";
|
description = "A tool for validating and repairing MPEG audio streams";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user