nixpkgs/pkgs/desktops/plasma-5/kwallet-pam.nix
2017-02-27 11:49:46 -06:00

12 lines
197 B
Nix

{ plasmaPackage, extra-cmake-modules, pam, socat, libgcrypt
}:
plasmaPackage {
name = "kwallet-pam";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ pam socat libgcrypt ];
}