vorbisgain: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-08 00:45:24 +00:00
parent 457f340785
commit c3d9533c80

View file

@ -8,11 +8,14 @@ stdenv.mkDerivation rec {
sha256 = "1v1h6mhnckmvvn7345hzi9abn5z282g4lyyl4nnbqwnrr98v0vfx";
};
hardening_format = false;
buildInputs = [ unzip libogg libvorbis ];
patchPhase = ''
chmod -v +x configure
configureFlags="--mandir=$out/share/man"
'';
'';
meta = with stdenv.lib; {
homepage = http://sjeng.org/vorbisgain.html;