Merge pull request #171356 from ari-becker/patch-1
android-studio: add e2fsprogs dependency
This commit is contained in:
commit
3dfa9add5e
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
, cacert
|
||||
, coreutils
|
||||
, dbus
|
||||
, e2fsprogs
|
||||
, expat
|
||||
, fetchurl
|
||||
, findutils
|
||||
|
@ -117,6 +118,9 @@ let
|
|||
libXrender
|
||||
libXtst
|
||||
|
||||
# No crash, but attempted to load at startup
|
||||
e2fsprogs
|
||||
|
||||
# Gradle wants libstdc++.so.6
|
||||
stdenv.cc.cc.lib
|
||||
# mksdcard wants 32 bit libstdc++.so.6
|
||||
|
|
Loading…
Reference in a new issue