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