qbz: wrap pactl and pw-metadata into PATH (#522039)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-24 14:19:02 +00:00
committed by GitHub
+8
View File
@@ -14,7 +14,9 @@
nodejs,
npmHooks,
openssl,
pipewire, # pw-metadata for bit-perfect sample rate queries
pkg-config,
pulseaudio, # pactl for PipeWire device enumeration and sink routing
rustPlatform,
webkitgtk_4_1,
wrapGAppsHook3,
@@ -66,6 +68,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
postInstall = ''
gappsWrapperArgs+=(
--prefix PATH : ${
lib.makeBinPath [
pulseaudio
pipewire
]
}
--prefix LD_LIBRARY_PATH : ${
lib.makeLibraryPath [
libappindicator