android-studio: wrap with libsecret

Closes https://github.com/NixOS/nixpkgs/issues/411788

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
John Titor 2025-05-28 22:08:08 +05:30 committed by Masum Reza
parent 1dbd102380
commit ebb74b0864

View file

@ -33,6 +33,7 @@
libdrm, libdrm,
libpng, libpng,
libuuid, libuuid,
libsecret,
libX11, libX11,
libxcb, libxcb,
libxkbcommon, libxkbcommon,
@ -130,6 +131,7 @@ let
git git
ps ps
usbutils usbutils
libsecret
] ]
}" \ }" \
--prefix LD_LIBRARY_PATH : "${ --prefix LD_LIBRARY_PATH : "${
@ -142,6 +144,7 @@ let
libXi libXi
libXrender libXrender
libXtst libXtst
libsecret
# No crash, but attempted to load at startup # No crash, but attempted to load at startup
e2fsprogs e2fsprogs