android-studio: fix fhsenv version (#359961)

Changed files
+4 -2
pkgs
applications
editors
android-studio
android-studio-for-platform
+2 -1
pkgs/applications/editors/android-studio-for-platform/common.nix
···
# (e.g. `mksdcard`) have `/lib/ld-linux.so.2` set as the interpreter. An FHS
# environment is used as a work around for that.
fhsEnv = buildFHSEnv {
-
name = "${drvName}-fhs-env";
+
pname = "${drvName}-fhs-env";
+
inherit version;
multiPkgs = pkgs: [
zlib
ncurses5
+2 -1
pkgs/applications/editors/android-studio/common.nix
···
# (e.g. `mksdcard`) have `/lib/ld-linux.so.2` set as the interpreter. An FHS
# environment is used as a work around for that.
fhsEnv = buildFHSEnv {
-
name = "${drvName}-fhs-env";
+
pname = "${drvName}-fhs-env";
+
inherit version;
multiPkgs = pkgs: [
ncurses5