Unverified Commit 2ac40064 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

parents affd262c 902b9fff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 { };
  };