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-04 17:25:39 +02:00
parent be5bff0214
commit 41a4fea5de
2 changed files with 4 additions and 4 deletions
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, python
, gst-plugins-base, orc, gettext
, a52dec, libcdio, libdvdread
, lame, libmad, libmpeg2, x264, libintlOrEmpty, mpg123
, libmad, libmpeg2, x264, libintlOrEmpty
}:
stdenv.mkDerivation rec {
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gst-plugins-base orc
a52dec libcdio libdvdread
lame libmad libmpeg2 x264 mpg123
libmad libmpeg2 x264
] ++ libintlOrEmpty;
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;