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