networkmanager-openconnect: fix build
Something stopped propagating libxml2 recently, breaking the build, breaking GNOME tests.
This commit is contained in:
parent
33f664ceee
commit
5d715e8396
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user