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:54 +01:00
parent 33f664ceee
commit 5d715e8396
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,6 +1,8 @@
{ stdenv
, fetchurl
, substituteAll
, glib
, libxml2
, openconnect
, intltool
, pkgconfig
@ -41,6 +43,8 @@ in stdenv.mkDerivation {
];
buildInputs = [
glib
libxml2
openconnect
networkmanager
] ++ stdenv.lib.optionals withGnome [