kde5.kwallet-pam: init
This commit is contained in:
parent
c99621fd20
commit
cc0d34f83e
@ -67,6 +67,7 @@ let
|
|||||||
kscreenlocker = callPackage ./kscreenlocker.nix {};
|
kscreenlocker = callPackage ./kscreenlocker.nix {};
|
||||||
ksshaskpass = callPackage ./ksshaskpass.nix {};
|
ksshaskpass = callPackage ./ksshaskpass.nix {};
|
||||||
ksysguard = callPackage ./ksysguard.nix {};
|
ksysguard = callPackage ./ksysguard.nix {};
|
||||||
|
kwallet-pam = callPackage ./kwallet-pam.nix {};
|
||||||
kwayland-integration = callPackage ./kwayland-integration.nix {};
|
kwayland-integration = callPackage ./kwayland-integration.nix {};
|
||||||
kwin = callPackage ./kwin {};
|
kwin = callPackage ./kwin {};
|
||||||
kwrited = callPackage ./kwrited.nix {};
|
kwrited = callPackage ./kwrited.nix {};
|
||||||
|
11
pkgs/desktops/kde-5/plasma/kwallet-pam.nix
Normal file
11
pkgs/desktops/kde-5/plasma/kwallet-pam.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{ plasmaPackage, ecm, pam, socat, libgcrypt
|
||||||
|
}:
|
||||||
|
|
||||||
|
plasmaPackage {
|
||||||
|
name = "kwallet-pam";
|
||||||
|
|
||||||
|
nativeBuildInputs = [ ecm ];
|
||||||
|
|
||||||
|
buildInputs = [ pam socat libgcrypt ];
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user