summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-10-21 17:41:56 +0300
committerArtturin <Artturin@artturin.com>2022-10-21 17:47:36 +0300
commitbd3acf7393077b15836816fd9856d16c2ffe6ed9 (patch)
treefa4085d6517606768a67d4e75d672eba81ec3717
parent27e5ca478b579a0c9413316d2642136111432bae (diff)
downloadnixpkgs-bd3acf7393077b15836816fd9856d16c2ffe6ed9.tar
nixpkgs-bd3acf7393077b15836816fd9856d16c2ffe6ed9.tar.gz
nixpkgs-bd3acf7393077b15836816fd9856d16c2ffe6ed9.tar.bz2
nixpkgs-bd3acf7393077b15836816fd9856d16c2ffe6ed9.tar.lz
nixpkgs-bd3acf7393077b15836816fd9856d16c2ffe6ed9.tar.xz
nixpkgs-bd3acf7393077b15836816fd9856d16c2ffe6ed9.tar.zst
nixpkgs-bd3acf7393077b15836816fd9856d16c2ffe6ed9.zip
amarok: add breeze-icons to be a fallback for when there are no globally
installed icons

breeze-icons will be added to XDG_DATA_DIRS in the wrapper

if the user has set their own icon theme then breeze-icons won't be used
-rw-r--r--pkgs/applications/audio/amarok/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/amarok/default.nix b/pkgs/applications/audio/amarok/default.nix
index 10d1bb9ca65..4e570649590 100644
--- a/pkgs/applications/audio/amarok/default.nix
+++ b/pkgs/applications/audio/amarok/default.nix
@@ -2,7 +2,7 @@
 , extra-cmake-modules, kdoctools
 , qca-qt5, qjson, qtquickcontrols2, qtscript, qtwebengine
 , karchive, kcmutils, kconfig, kdnssd, kguiaddons, kinit, kirigami2, knewstuff, knotifyconfig, ktexteditor, kwindowsystem
-, fftw, phonon, plasma-framework, threadweaver
+, fftw, phonon, plasma-framework, threadweaver, breeze-icons
 , curl, ffmpeg, gdk-pixbuf, libaio, liblastfm, libmtp, loudmouth, lzo, lz4, mysql57, pcre, snappy, taglib, taglib_extras
 }:
 
@@ -24,7 +24,7 @@ mkDerivation rec {
     karchive kcmutils kconfig kdnssd kguiaddons kinit kirigami2 knewstuff knotifyconfig ktexteditor kwindowsystem
     phonon plasma-framework threadweaver
     curl fftw ffmpeg gdk-pixbuf libaio liblastfm libmtp loudmouth lz4 lzo mysql57.server mysql57.server.static
-    pcre snappy taglib taglib_extras
+    pcre snappy taglib taglib_extras breeze-icons
   ];
 
   enableParallelBuilding = true;