mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
cdrdao: does not build with lame 3.100
This commit is contained in:
parent
aebae6c208
commit
658335d6a8
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, lame, libvorbis, libmad, pkgconfig, libao}:
|
||||
{stdenv, fetchurl, libvorbis, libmad, pkgconfig, libao}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "cdrdao-1.2.3";
|
||||
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
makeFlags = "RM=rm LN=ln MV=mv";
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ lame libvorbis libmad libao ];
|
||||
buildInputs = [ libvorbis libmad libao ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user