ce77225e21
This is the thing you want to look at.
12 lines
189 B
Nix
12 lines
189 B
Nix
{
|
|
mkKdeDerivation,
|
|
pkg-config,
|
|
packagekit-qt,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "frameworkintegration";
|
|
|
|
extraNativeBuildInputs = [pkg-config];
|
|
extraBuildInputs = [packagekit-qt];
|
|
}
|