spotify: fix missing ffmpeg_0_10 dependency, fixes #11877
This makes local playback work.
This commit is contained in:
parent
9671674959
commit
971d580a00
@ -1,7 +1,7 @@
|
|||||||
{ fetchurl, stdenv, dpkg, xorg, qt4, alsaLib, makeWrapper, openssl, freetype
|
{ fetchurl, stdenv, dpkg, xorg, qt4, alsaLib, makeWrapper, openssl, freetype
|
||||||
, glib, pango, cairo, atk, gdk_pixbuf, gtk, cups, nspr, nss, libpng, GConf
|
, glib, pango, cairo, atk, gdk_pixbuf, gtk, cups, nspr, nss, libpng, GConf
|
||||||
, libgcrypt, chromium, udev, fontconfig
|
, libgcrypt, chromium, udev, fontconfig
|
||||||
, dbus, expat }:
|
, dbus, expat, ffmpeg_0_10 }:
|
||||||
|
|
||||||
assert stdenv.system == "x86_64-linux";
|
assert stdenv.system == "x86_64-linux";
|
||||||
|
|
||||||
@ -15,6 +15,7 @@ let
|
|||||||
cups
|
cups
|
||||||
dbus
|
dbus
|
||||||
expat
|
expat
|
||||||
|
ffmpeg_0_10
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
GConf
|
GConf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user