Merge pull request #16810 from rycee/fix/handbrake
handbrake: depend on hicolor_icon_theme
This commit is contained in:
commit
5bf4fd7a63
@ -20,7 +20,7 @@
|
|||||||
libogg, libtheora, libvorbis, libdvdcss, a52dec, fdk_aac,
|
libogg, libtheora, libvorbis, libdvdcss, a52dec, fdk_aac,
|
||||||
lame, faac, ffmpeg, libdvdread, libdvdnav, libbluray,
|
lame, faac, ffmpeg, libdvdread, libdvdnav, libbluray,
|
||||||
mp4v2, mpeg2dec, x264, libmkv,
|
mp4v2, mpeg2dec, x264, libmkv,
|
||||||
fontconfig, freetype,
|
fontconfig, freetype, hicolor_icon_theme,
|
||||||
glib, gtk, webkitgtk, intltool, libnotify,
|
glib, gtk, webkitgtk, intltool, libnotify,
|
||||||
gst_all_1, dbus_glib, udev, libgudev,
|
gst_all_1, dbus_glib, udev, libgudev,
|
||||||
useGtk ? true,
|
useGtk ? true,
|
||||||
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ python pkgconfig yasm autoconf automake libtool m4 ];
|
nativeBuildInputs = [ python pkgconfig yasm autoconf automake libtool m4 ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
fribidi fontconfig freetype
|
fribidi fontconfig freetype hicolor_icon_theme
|
||||||
libass libsamplerate libxml2 bzip2
|
libass libsamplerate libxml2 bzip2
|
||||||
libogg libtheora libvorbis libdvdcss a52dec libmkv fdk_aac
|
libogg libtheora libvorbis libdvdcss a52dec libmkv fdk_aac
|
||||||
lame ffmpeg libdvdread libdvdnav libbluray mp4v2 mpeg2dec x264
|
lame ffmpeg libdvdread libdvdnav libbluray mp4v2 mpeg2dec x264
|
||||||
|
Loading…
Reference in New Issue
Block a user