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

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