mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
gst-plugins-good: Adds twolame dependency
This commit is contained in:
parent
41a4fea5de
commit
4a945a03fd
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
, libvpx, speex, flac, taglib, libshout
|
||||
, cairo, gdk_pixbuf, aalib, libcaca
|
||||
, libsoup, libpulseaudio, libintlOrEmpty
|
||||
, darwin, lame, mpg123
|
||||
, darwin, lame, mpg123, twolame
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||
gst-plugins-base orc bzip2
|
||||
libdv libvpx speex flac taglib
|
||||
cairo gdk_pixbuf aalib libcaca
|
||||
libsoup libshout lame mpg123
|
||||
libsoup libshout lame mpg123 twolame
|
||||
]
|
||||
++ libintlOrEmpty
|
||||
++ optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ]
|
||||
|
|
Loading…
Reference in a new issue