about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorColin <colin@uninsane.org>2024-06-14 01:58:30 +0000
committerColin <colin@uninsane.org>2024-09-01 13:04:37 +0000
commitf7947da16c628b0cee43547d2af803ff443b0241 (patch)
tree460c5d20368ab5b4c09f1c460df270594a24c022 /pkgs/desktops
parent9ea3418b171ba790b70dbc7695183eb3cf882afd (diff)
pantheon.switchboard-plug-sound: fix cross compilation
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
index 423102152da47..f6bd304bbfc0b 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
@@ -9,6 +9,7 @@
 , libadwaita
 , libcanberra
 , libgee
+, glib
 , granite7
 , gtk4
 , pulseaudio
@@ -27,6 +28,7 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [
+    glib
     meson
     ninja
     pkg-config
@@ -43,6 +45,8 @@ stdenv.mkDerivation rec {
     switchboard
   ];
 
+  strictDeps = true;
+
   passthru = {
     updateScript = nix-update-script { };
   };