mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
keepassxc: Fix GApps wrapping
This commit is contained in:
parent
7bfceb0209
commit
7c3eeb5667
@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ asciidoctor cmake wrapGAppsHook wrapQtAppsHook qttools pkg-config ];
|
||||
|
||||
dontWrapGApps = true;
|
||||
postFixup = ''
|
||||
preFixup = ''
|
||||
qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user