summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kauth/default.nix
blob: f2a1c7717d5d51ddb7e580b443a7c755f632d0a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ kdeFramework, lib, copyPathsToStore, ecm, kcoreaddons, polkit-qt }:

kdeFramework {
  name = "kauth";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
  propagatedBuildInputs = [ kcoreaddons polkit-qt ];
  patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
}