libhandy: fix enableGlade build

main
Bobby Rong 2 years ago
parent e93ac26f47
commit 592f50365d
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 3
      pkgs/development/libraries/libhandy/default.nix

@ -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 = [

Loading…
Cancel
Save