1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/desktops/plasma-5/kwallet-pam.nix
2017-06-18 08:42:20 -05:00

11 lines
195 B
Nix

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