File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
pkgs/applications/editors
android-studio-for-platform Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 130130 # (e.g. `mksdcard`) have `/lib/ld-linux.so.2` set as the interpreter. An FHS
131131 # environment is used as a work around for that.
132132 fhsEnv = buildFHSEnv {
133- name = "${ drvName } -fhs-env" ;
133+ pname = "${ drvName } -fhs-env" ;
134+ inherit version ;
134135 multiPkgs = pkgs : [
135136 zlib
136137 ncurses5
Original file line number Diff line number Diff line change 208208 # (e.g. `mksdcard`) have `/lib/ld-linux.so.2` set as the interpreter. An FHS
209209 # environment is used as a work around for that.
210210 fhsEnv = buildFHSEnv {
211- name = "${ drvName } -fhs-env" ;
211+ pname = "${ drvName } -fhs-env" ;
212+ inherit version ;
212213 multiPkgs = pkgs : [
213214 ncurses5
214215
You can’t perform that action at this time.
0 commit comments