pantheon.switchboard-plug-network: fix cross compilation (#342648)

This commit is contained in:
Bobby Rong
2024-09-18 22:51:19 +08:00
committed by GitHub
@@ -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 { };
};