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