Move dependencies from ugly to good as the code moved

See: https://bugzilla.gnome.org/show_bug.cgi?id=774252
This commit is contained in:
Bastian Köcher
2018-04-03 19:30:24 +02:00
parent be5bff0214
commit 41a4fea5de
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
, libvpx, speex, flac, taglib, libshout
, cairo, gdk_pixbuf, aalib, libcaca
, libsoup, libpulseaudio, libintlOrEmpty
, darwin
, darwin, lame, mpg123
}:
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
libsoup libshout lame mpg123
]
++ libintlOrEmpty
++ optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ]