networkmanager-openconnect: fix build

Something stopped propagating libxml2 recently, breaking the build, breaking GNOME tests.
This commit is contained in:
Jan Tojnar
2019-11-10 02:13:58 +01:00
parent 33f664ceee
commit 5d715e8396
@@ -1,6 +1,8 @@
{ stdenv { stdenv
, fetchurl , fetchurl
, substituteAll , substituteAll
, glib
, libxml2
, openconnect , openconnect
, intltool , intltool
, pkgconfig , pkgconfig
@@ -41,6 +43,8 @@ in stdenv.mkDerivation {
]; ];
buildInputs = [ buildInputs = [
glib
libxml2
openconnect openconnect
networkmanager networkmanager
] ++ stdenv.lib.optionals withGnome [ ] ++ stdenv.lib.optionals withGnome [