Merge pull request #23622 from orivej/kwallet
kwallet: support GPG-encrypted wallets
This commit is contained in:
commit
5daf6b3e38
@ -1,6 +1,6 @@
|
||||
{ kdeFramework, lib, extra-cmake-modules, kconfig, kconfigwidgets
|
||||
, kcoreaddons , kdbusaddons, kdoctools, ki18n, kiconthemes
|
||||
, knotifications , kservice, kwidgetsaddons, kwindowsystem, libgcrypt
|
||||
, knotifications , kservice, kwidgetsaddons, kwindowsystem, libgcrypt, gpgme
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
@ -9,6 +9,6 @@ kdeFramework {
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
propagatedBuildInputs = [
|
||||
kconfig kconfigwidgets kcoreaddons kdbusaddons ki18n kiconthemes
|
||||
knotifications kservice kwidgetsaddons kwindowsystem libgcrypt
|
||||
knotifications kservice kwidgetsaddons kwindowsystem libgcrypt gpgme
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user