libhandy: fix enableGlade build

This commit is contained in:
Bobby Rong 2022-04-24 16:06:25 +08:00
parent e93ac26f47
commit 592f50365d
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -15,6 +15,7 @@
, xvfb-run
, gdk-pixbuf
, librsvg
, libxml2
, hicolor-icon-theme
, at-spi2-atk
, at-spi2-core
@ -48,6 +49,8 @@ stdenv.mkDerivation rec {
ninja
pkg-config
vala
] ++ lib.optionals enableGlade [
libxml2 # for xmllint
];
buildInputs = [