about summary refs log tree commit diff
path: root/pkgs/kde/plasma/powerdevil/default.nix
blob: 8b0c270e85c64e7224315020dcc3e1fdcb89639b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  mkKdeDerivation,
  pkg-config,
  libcap,
}:
mkKdeDerivation {
  pname = "powerdevil";

  extraNativeBuildInputs = [pkg-config];
  extraBuildInputs = [libcap];
}