mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
ce77225e21
This is the thing you want to look at.
11 lines
146 B
Nix
11 lines
146 B
Nix
{
|
|
mkKdeDerivation,
|
|
pam,
|
|
qqc2-breeze-style,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kscreenlocker";
|
|
|
|
extraBuildInputs = [pam qqc2-breeze-style];
|
|
}
|