brasero: depend on hicolor_icon_theme
This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
This commit is contained in:
parent
599cf0fe50
commit
02600dacf8
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, lib, fetchurl, pkgconfig, gtk3, itstool, gst_all_1, libxml2, libnotify
|
{ stdenv, lib, fetchurl, pkgconfig, gtk3, itstool, gst_all_1, libxml2, libnotify
|
||||||
, libcanberra_gtk3, intltool, makeWrapper, dvdauthor, libburn, libisofs
|
, libcanberra_gtk3, intltool, makeWrapper, dvdauthor, libburn, libisofs
|
||||||
, vcdimager, wrapGAppsHook }:
|
, vcdimager, wrapGAppsHook, hicolor_icon_theme }:
|
||||||
|
|
||||||
# libdvdcss is "too old" (in fast "too new"), see https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/611590
|
# libdvdcss is "too old" (in fast "too new"), see https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/611590
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ in stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [ pkgconfig itstool intltool wrapGAppsHook ];
|
nativeBuildInputs = [ pkgconfig itstool intltool wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ gtk3 libxml2 libnotify libcanberra_gtk3 libburn libisofs
|
buildInputs = [ gtk3 libxml2 libnotify libcanberra_gtk3 libburn libisofs
|
||||||
|
hicolor_icon_theme
|
||||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base
|
gst_all_1.gstreamer gst_all_1.gst-plugins-base
|
||||||
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad
|
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad
|
||||||
gst_all_1.gst-plugins-ugly gst_all_1.gst-libav ];
|
gst_all_1.gst-plugins-ugly gst_all_1.gst-libav ];
|
||||||
|
|
Loading…
Reference in New Issue