ce77225e21
This is the thing you want to look at.
13 lines
248 B
Nix
13 lines
248 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
kaccounts-integration,
|
|
kdeclarative,
|
|
prison,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "purpose";
|
|
|
|
extraBuildInputs = [qtdeclarative];
|
|
extraPropagatedBuildInputs = [kaccounts-integration kdeclarative prison];
|
|
}
|