From ec9f5dfd31c1e42a9af1dabeedf0eccd9876e1b1 Mon Sep 17 00:00:00 2001 From: Ari Becker Date: Tue, 3 May 2022 09:23:59 +0300 Subject: [PATCH] android-studio: add e2fsprogs dependency Closes #171355 --- pkgs/applications/editors/android-studio/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix index ac293faee3b5..2b469eafa767 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