about summary refs log tree commit diff
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorAri Becker <ari-becker@users.noreply.github.com>2022-05-03 09:23:59 +0300
committerGitHub <noreply@github.com>2022-05-03 09:23:59 +0300
commitec9f5dfd31c1e42a9af1dabeedf0eccd9876e1b1 (patch)
treec680182af33065f0c02193a6d946bd8ad5dd8930 /pkgs/applications/editors/android-studio
parentcbe587c735b734405f56803e267820ee1559e6c1 (diff)
android-studio: add e2fsprogs dependency
Closes #171355
Diffstat (limited to 'pkgs/applications/editors/android-studio')
-rw-r--r--pkgs/applications/editors/android-studio/common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index ac293faee3b53..2b469eafa7677 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -6,6 +6,7 @@
 , cacert
 , coreutils
 , dbus
+, e2fsprogs
 , expat
 , fetchurl
 , findutils
@@ -114,6 +115,9 @@ let
           libXi
           libXrender
           libXtst
+          
+          # No crash, but attempted to load at startup
+          e2fsprogs
 
           # Gradle wants libstdc++.so.6
           stdenv.cc.cc.lib