summaryrefslogtreecommitdiff
path: root/pkgs/kde/frameworks/frameworkintegration/default.nix
blob: 938ed4e1c081507db1cec40d424bc7990525437a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  mkKdeDerivation,
  pkg-config,
  packagekit-qt,
}:
mkKdeDerivation {
  pname = "frameworkintegration";

  extraNativeBuildInputs = [ pkg-config ];
  extraBuildInputs = [ packagekit-qt ];
}