cdrdao: does not build with lame 3.100

This commit is contained in:
Franz Pletz 2017-10-24 11:06:29 +02:00
parent aebae6c208
commit 658335d6a8
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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" ];