pantheon.switchboard-plug-sound: fix cross compilation (#338799)

This commit is contained in:
Bobby Rong 2024-09-02 23:54:08 +08:00 committed by GitHub
commit c058bd0f57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 { };
};