mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
digikam: fix broken icons
Ensures that the Breeze icon theme is available to digikam. Without this, digikam breaks in strange ways. Fixes #65322 Fixes #78225
This commit is contained in:
parent
b21cd5bd26
commit
afec4b31bd
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
, hugin
|
||||
, gnumake
|
||||
|
||||
, breeze-icons
|
||||
, oxygen
|
||||
}:
|
||||
|
||||
|
@ -94,6 +95,7 @@ mkDerivation rec {
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
|
||||
breeze-icons
|
||||
marble
|
||||
oxygen
|
||||
threadweaver
|
||||
|
|
Loading…
Reference in a new issue