File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ stdenv.mkDerivation {
453
453
454
454
substituteAll ${ ./add-flags.sh } $out/nix-support/add-flags.sh
455
455
substituteAll ${ ./add-hardening.sh } $out/nix-support/add-hardening.sh
456
- substituteAll ${ if stdenv . isDarwin then ../wrapper-common/utils.bash.darwin else ../wrapper-common/utils.bash } $out/nix-support/utils.bash
456
+ substituteAll ${ ../wrapper-common/utils.bash } $out/nix-support/utils.bash
457
457
''
458
458
459
459
##
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ stdenv.mkDerivation {
107
107
108
108
+ ''
109
109
substituteAll ${ ./add-flags.sh } $out/nix-support/add-flags.sh
110
- substituteAll ${ if stdenv . isDarwin then ../wrapper-common/utils.bash.darwin else ../wrapper-common/utils.bash } $out/nix-support/utils.bash
110
+ substituteAll ${ ../wrapper-common/utils.bash } $out/nix-support/utils.bash
111
111
''
112
112
113
113
##
You can’t perform that action at this time.
0 commit comments