gnome-music 3.12: add totem-pl-parser to dependencies
This commit is contained in:
parent
ac711a705e
commit
5dc9730a63
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ pkgconfig gtk3 glib intltool itstool gnome3.libmediaart
|
||||
gdk_pixbuf gnome3.gnome_icon_theme librsvg python3
|
||||
gnome3.grilo libxml2 python3Packages.pygobject3 libnotify
|
||||
python3Packages.pycairo python3Packages.dbus
|
||||
python3Packages.pycairo python3Packages.dbus gnome3.totem-pl-parser
|
||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad
|
||||
hicolor_icon_theme gnome3.gnome_icon_theme_symbolic
|
||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
let
|
||||
libPath = stdenv.lib.makeLibraryPath
|
||||
[ glib gtk3 libnotify tracker gnome3.grilo cairo
|
||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base
|
||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base gnome3.totem-pl-parser
|
||||
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad ];
|
||||
in
|
||||
''
|
||||
|
@ -8106,6 +8106,8 @@ let
|
||||
};
|
||||
awesome = awesome-3-5;
|
||||
|
||||
banshee = callPackage ../applications/audio/banshee { };
|
||||
|
||||
inherit (gnome3) baobab;
|
||||
|
||||
baresip = callPackage ../applications/networking/instant-messengers/baresip {
|
||||
|
Loading…
x
Reference in New Issue
Block a user