mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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:
parent
3f7083c0ed
commit
a7fd69562a
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user