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