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

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