gst-plugins-good: Adds twolame dependency
This commit is contained in:
parent
41a4fea5de
commit
4a945a03fd
@ -4,7 +4,7 @@
|
|||||||
, libvpx, speex, flac, taglib, libshout
|
, libvpx, speex, flac, taglib, libshout
|
||||||
, cairo, gdk_pixbuf, aalib, libcaca
|
, cairo, gdk_pixbuf, aalib, libcaca
|
||||||
, libsoup, libpulseaudio, libintlOrEmpty
|
, libsoup, libpulseaudio, libintlOrEmpty
|
||||||
, darwin, lame, mpg123
|
, darwin, lame, mpg123, twolame
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
gst-plugins-base orc bzip2
|
gst-plugins-base orc bzip2
|
||||||
libdv libvpx speex flac taglib
|
libdv libvpx speex flac taglib
|
||||||
cairo gdk_pixbuf aalib libcaca
|
cairo gdk_pixbuf aalib libcaca
|
||||||
libsoup libshout lame mpg123
|
libsoup libshout lame mpg123 twolame
|
||||||
]
|
]
|
||||||
++ libintlOrEmpty
|
++ libintlOrEmpty
|
||||||
++ optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ]
|
++ optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ]
|
||||||
|
Loading…
Reference in New Issue
Block a user