mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
12 lines
165 B
Nix
12 lines
165 B
Nix
{ plasmaPackage, ecm, pam, socat, libgcrypt
|
|
}:
|
|
|
|
plasmaPackage {
|
|
name = "kwallet-pam";
|
|
|
|
nativeBuildInputs = [ ecm ];
|
|
|
|
buildInputs = [ pam socat libgcrypt ];
|
|
|
|
}
|