mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 06:27:43 +00:00
libhandy: fix enableGlade build
This commit is contained in:
parent
e93ac26f47
commit
592f50365d
@ -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…
Reference in New Issue
Block a user