mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
1dbd102380
commit
ebb74b0864
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
libdrm,
|
||||
libpng,
|
||||
libuuid,
|
||||
libsecret,
|
||||
libX11,
|
||||
libxcb,
|
||||
libxkbcommon,
|
||||
|
@ -130,6 +131,7 @@ let
|
|||
git
|
||||
ps
|
||||
usbutils
|
||||
libsecret
|
||||
]
|
||||
}" \
|
||||
--prefix LD_LIBRARY_PATH : "${
|
||||
|
@ -142,6 +144,7 @@ let
|
|||
libXi
|
||||
libXrender
|
||||
libXtst
|
||||
libsecret
|
||||
|
||||
# No crash, but attempted to load at startup
|
||||
e2fsprogs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue