Skip to content

Commit 44e5fc3

Browse files
authored
kdePackages.kwallet: add gpgmepp for GPG wallet support (#486171)
2 parents 4526b77 + 6318b0b commit 44e5fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/kde/frameworks/kwallet/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
mkKdeDerivation,
33
pkg-config,
4-
gpgme,
4+
gpgmepp,
55
libgcrypt,
66
libsecret,
77
kdoctools,
@@ -14,7 +14,7 @@ mkKdeDerivation {
1414
];
1515

1616
extraBuildInputs = [
17-
gpgme
17+
gpgmepp
1818
libgcrypt
1919
libsecret
2020
kdoctools

0 commit comments

Comments
 (0)