vorbisgain: turn off format hardening
This commit is contained in:
parent
457f340785
commit
c3d9533c80
@ -8,11 +8,14 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1v1h6mhnckmvvn7345hzi9abn5z282g4lyyl4nnbqwnrr98v0vfx";
|
sha256 = "1v1h6mhnckmvvn7345hzi9abn5z282g4lyyl4nnbqwnrr98v0vfx";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
buildInputs = [ unzip libogg libvorbis ];
|
buildInputs = [ unzip libogg libvorbis ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
chmod -v +x configure
|
chmod -v +x configure
|
||||||
configureFlags="--mandir=$out/share/man"
|
configureFlags="--mandir=$out/share/man"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://sjeng.org/vorbisgain.html;
|
homepage = http://sjeng.org/vorbisgain.html;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user