networkmanager-l2tp: fix cross compilation
This commit is contained in:
parent
250bc427aa
commit
d9e07d80e1
@ -38,16 +38,20 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs =
|
||||||
autoreconfHook
|
[
|
||||||
pkg-config
|
autoreconfHook
|
||||||
];
|
glib # for gdbus-codegen
|
||||||
|
pkg-config
|
||||||
|
]
|
||||||
|
++ lib.optionals withGnome [
|
||||||
|
gtk4 # for gtk4-builder-tool
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[
|
[
|
||||||
networkmanager
|
networkmanager
|
||||||
ppp
|
ppp
|
||||||
glib
|
|
||||||
openssl
|
openssl
|
||||||
nss
|
nss
|
||||||
]
|
]
|
||||||
@ -67,6 +71,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
networkManagerPlugin = "VPN/nm-l2tp-service.name";
|
networkManagerPlugin = "VPN/nm-l2tp-service.name";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user