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
+2
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 ];
};