summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/plasma-5/kwallet-pam.nix
blob: 2789499c50a267558c563f1f39b629fc1a2426a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ plasmaPackage, extra-cmake-modules, pam, socat, libgcrypt
}:

plasmaPackage {
  name = "kwallet-pam";

  nativeBuildInputs = [ extra-cmake-modules ];

  buildInputs = [ pam socat libgcrypt ];

}