From ec9f5dfd31c1e42a9af1dabeedf0eccd9876e1b1 Mon Sep 17 00:00:00 2001 From: Ari Becker Date: Tue, 3 May 2022 09:23:59 +0300 Subject: [PATCH 1/2] 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 ac293faee3b..2b469eafa76 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 From 09046b11ceda489ec0dd9751fb8ed2fdff7e380a Mon Sep 17 00:00:00 2001 From: Ari Becker Date: Tue, 3 May 2022 09:27:23 +0300 Subject: [PATCH 2/2] Remove whitespace --- pkgs/applications/editors/android-studio/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix index 2b469eafa76..5a870453d21 100644 --- a/pkgs/applications/editors/android-studio/common.nix +++ b/pkgs/applications/editors/android-studio/common.nix @@ -115,7 +115,7 @@ let libXi libXrender libXtst - + # No crash, but attempted to load at startup e2fsprogs