pantheon.switchboard-plug-network: fix cross compilation

This commit is contained in:
Colin
2024-09-17 21:21:14 +00:00
parent 261a20d908
commit 902b9fff95
@@ -9,6 +9,7 @@
, vala
, libadwaita
, libgee
, gettext
, granite7
, gtk4
, networkmanager
@@ -36,6 +37,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
gettext
meson
ninja
pkg-config
@@ -52,6 +54,8 @@ stdenv.mkDerivation rec {
switchboard
];
strictDeps = true;
passthru = {
updateScript = nix-update-script { };
};