mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
pantheon.switchboard-plug-network: fix cross compilation
This commit is contained in:
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 { };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user