2017-02-26 04:49:15 -08:00
|
|
|
{ plasmaPackage, extra-cmake-modules, pam, socat, libgcrypt
|
2016-08-10 07:01:47 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
plasmaPackage {
|
|
|
|
name = "kwallet-pam";
|
|
|
|
|
2017-02-26 04:49:15 -08:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-08-10 07:01:47 -07:00
|
|
|
|
|
|
|
buildInputs = [ pam socat libgcrypt ];
|
|
|
|
|
|
|
|
}
|