handbrake: add required harfbuzz dependency
This was previously propagated by pango.
This commit is contained in:
parent
59739bd928
commit
3388f833d7
@ -11,7 +11,7 @@
|
|||||||
# Codecs, audio
|
# Codecs, audio
|
||||||
libopus, lame, libvorbis, a52dec, speex, libsamplerate,
|
libopus, lame, libvorbis, a52dec, speex, libsamplerate,
|
||||||
# Text processing
|
# Text processing
|
||||||
libiconv, fribidi, fontconfig, freetype, libass, jansson, libxml2,
|
libiconv, fribidi, fontconfig, freetype, libass, jansson, libxml2, harfbuzz,
|
||||||
# Optical media
|
# Optical media
|
||||||
libdvdread, libdvdnav, libdvdcss, libbluray,
|
libdvdread, libdvdnav, libdvdcss, libbluray,
|
||||||
useGtk ? true, wrapGAppsHook ? null,
|
useGtk ? true, wrapGAppsHook ? null,
|
||||||
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
ffmpeg-full libogg libtheora x264 x265 libvpx
|
ffmpeg-full libogg libtheora x264 x265 libvpx
|
||||||
libopus lame libvorbis a52dec speex libsamplerate
|
libopus lame libvorbis a52dec speex libsamplerate
|
||||||
libiconv fribidi fontconfig freetype libass jansson libxml2
|
libiconv fribidi fontconfig freetype libass jansson libxml2 harfbuzz
|
||||||
libdvdread libdvdnav libdvdcss libbluray
|
libdvdread libdvdnav libdvdcss libbluray
|
||||||
] ++ lib.optionals useGtk [
|
] ++ lib.optionals useGtk [
|
||||||
glib gtk3 libappindicator-gtk3 libnotify
|
glib gtk3 libappindicator-gtk3 libnotify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user