Merge pull request #329419 from ppenguin/fix-keepassxc

keepassxc: fix file picker
This commit is contained in:
Aleksana 2024-07-24 11:40:08 +08:00 committed by GitHub
commit c1d339a148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@
, asciidoctor , asciidoctor
, botan3 , botan3
, curl , curl
, kio
, libXi , libXi
, libXtst , libXtst
, libargon2 , libargon2
@ -115,6 +116,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
curl curl
botan3 botan3
kio
libXi libXi
libXtst libXtst
libargon2 libargon2