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
|
{ 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 [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user