harfbuzz: add some reverse dependencies to passthru.tests

This commit is contained in:
Robert Scott 2022-02-14 21:57:34 +00:00
parent b0f066827d
commit e6fe53cc80

View file

@ -21,6 +21,12 @@
, gtk-doc
, docbook-xsl-nons
, docbook_xml_dtd_43
# for passthru.tests
, gimp
, gtk3
, gtk4
, mapnik
, qt5
}:
let
@ -99,6 +105,11 @@ stdenv.mkDerivation {
''}
'';
passthru.tests = {
inherit gimp gtk3 gtk4 mapnik;
inherit (qt5) qtbase;
};
meta = with lib; {
description = "An OpenType text shaping engine";
homepage = "https://harfbuzz.github.io/";