mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
vorbisgain: turn off format hardening
This commit is contained in:
parent
457f340785
commit
c3d9533c80
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue