1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00
nixpkgs/pkgs/desktops/plasma-5/kwallet-pam.nix

12 lines
197 B
Nix
Raw Normal View History

{ plasmaPackage, extra-cmake-modules, pam, socat, libgcrypt
2016-08-10 15:01:47 +01:00
}:
plasmaPackage {
name = "kwallet-pam";
nativeBuildInputs = [ extra-cmake-modules ];
2016-08-10 15:01:47 +01:00
buildInputs = [ pam socat libgcrypt ];
}