summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.22/threadweaver.nix
blob: b8f2939e8b592c9c29978062e1da8ad6af4d9240 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kdeFramework, lib
, extra-cmake-modules
}:

kdeFramework {
  name = "threadweaver";
  nativeBuildInputs = [ extra-cmake-modules ];
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
}