android-studio: fix fhsenv version (#359961)

This commit is contained in:
Felix Bühler 2024-11-29 23:04:57 +01:00 committed by GitHub
commit da01f1f995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -130,7 +130,8 @@ let
# (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

View File

@ -208,7 +208,8 @@ let
# (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