about summary refs log tree commit diff
path: root/pkgs/kde/gear/ksystemlog/default.nix
blob: 604a52cc560b9c65aeb7e7c29efd3d81702a1958 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  mkKdeDerivation,
  pkg-config,
  qt5compat,
  audit,
}:
mkKdeDerivation {
  pname = "ksystemlog";

  extraNativeBuildInputs = [pkg-config];
  extraBuildInputs = [qt5compat audit];
}