summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks-5.18/threadweaver.nix
blob: 52817921cc7239435671bd8a43b9343c3e61f2b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ kdeFramework, lib
, extra-cmake-modules
}:

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