ce77225e21
This is the thing you want to look at.
10 lines
146 B
Nix
10 lines
146 B
Nix
{
|
|
mkKdeDerivation,
|
|
pam,
|
|
qqc2-breeze-style,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kscreenlocker";
|
|
|
|
extraBuildInputs = [pam qqc2-breeze-style];
|
|
}
|