mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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,
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue