summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kiconthemes/default.nix
blob: 6141db849efe0661346957872fa0432452c5b846 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ kdeFramework, lib, copyPathsToStore
, ecm
, karchive, kconfigwidgets, ki18n, breeze-icons, kitemviews, qtsvg
}:

kdeFramework {
  name = "kiconthemes";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
  nativeBuildInputs = [ ecm ];
  propagatedBuildInputs = [ breeze-icons kconfigwidgets karchive ki18n kitemviews qtsvg ];
}