pinentry-qt: fix caps lock warning (#355267)

This commit is contained in:
Franz Pletz 2024-12-03 08:28:29 +01:00 committed by GitHub
commit ab08766aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@
pkg-config,
autoreconfHook,
wrapGAppsHook3,
kdePackages,
libgpg-error,
libassuan,
libsForQt5,
@ -49,6 +50,7 @@ let
buildInputs = [
qt6.qtbase
qt6.qtwayland
kdePackages.kguiaddons
];
nativeBuildInputs = [ qt6.wrapQtAppsHook ];
};