android-studio: fix fhsenv version
This commit is contained in:
parent
1cd3957e37
commit
e62e20249f
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user