mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
pinentry-qt: fix caps lock warning (#355267)
This commit is contained in:
commit
ab08766aa5
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user