about summary refs log tree commit diff
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-05-09 17:06:20 +0200
committerGitHub <noreply@github.com>2022-05-09 17:06:20 +0200
commit3dfa9add5e8b052f212c566edf30e98972f168ee (patch)
tree6650fa58285dbb3b4c0d1a47c3ac460701d4e512 /pkgs/applications/editors/android-studio
parent3f07689806f360e1525ebc58d74ee90dc80aaf88 (diff)
parent09046b11ceda489ec0dd9751fb8ed2fdff7e380a (diff)
downloadnixlib-3dfa9add5e8b052f212c566edf30e98972f168ee.tar
nixlib-3dfa9add5e8b052f212c566edf30e98972f168ee.tar.gz
nixlib-3dfa9add5e8b052f212c566edf30e98972f168ee.tar.bz2
nixlib-3dfa9add5e8b052f212c566edf30e98972f168ee.tar.lz
nixlib-3dfa9add5e8b052f212c566edf30e98972f168ee.tar.xz
nixlib-3dfa9add5e8b052f212c566edf30e98972f168ee.tar.zst
nixlib-3dfa9add5e8b052f212c566edf30e98972f168ee.zip
Merge pull request #171356 from ari-becker/patch-1
android-studio: add e2fsprogs dependency
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 874a1bb63ccc..ab9fcfe1ba4a 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
@@ -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