summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/knewstuff.nix
blob: b6a84e2539d2e5569e7868e5b8cf9004f6a2c717 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ kdeFramework, lib, ecm, attica, karchive
, kcompletion, kconfig, kcoreaddons, ki18n, kiconthemes, kio
, kitemviews, kservice, ktextwidgets, kwidgetsaddons, kxmlgui
}:

kdeFramework {
  name = "knewstuff";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
  propagatedBuildInputs = [
    attica karchive kcompletion kconfig kcoreaddons ki18n kiconthemes kio
    kitemviews kservice ktextwidgets kwidgetsaddons kxmlgui
  ];
}