mp3val: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-10 22:40:16 +00:00
parent e339a9a20e
commit 2fdd13234e

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
install -Dv mp3val "$out/bin/mp3val"
'';
hardening_fortify = false;
meta = {
description = "A tool for validating and repairing MPEG audio streams";
longDescription = ''