pavucontrol-qt: add missing qtsvg dependency

For qt6, `qtsvg` needs to be explicitly installed for the icons to work
properly.

(cherry picked from commit bee9f56168)
This commit is contained in:
eljamm 2024-08-12 15:38:40 +01:00 committed by github-actions[bot]
parent 3f7083c0ed
commit a7fd69562a

View File

@ -7,6 +7,7 @@
lxqt-build-tools,
pkg-config,
qtbase,
qtsvg,
qttools,
qtwayland,
wrapQtAppsHook,
@ -35,6 +36,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libpulseaudio
qtbase
qtsvg
qtwayland
];