File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ final: prev: {
353
353
# urls there will allow us to know from where to fetch the packages tarballs at build
354
354
# time.
355
355
# 3. We don't want to leak the nix path of the index into the derivation of the component
356
- # builder since this will cause unnecesary recompilation. In other words, the recipe to
356
+ # builder since this will cause unnecessary recompilation. In other words, the recipe to
357
357
# compile a package has to only depend on its content, not on where the recipe is from
358
358
# or how it is obtained.
359
359
#
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ final: prev: prev.lib.optionalAttrs prev.stdenv.hostPlatform.isMusl ({
33
33
# See https://github.com/input-output-hk/haskell.nix/issues/948
34
34
postgresql = ( prev . postgresql . overrideAttrs ( _old : {
35
35
dontDisableStatic = true ;
36
- # the following is needed becuase libicu links against stdc++
36
+ # the following is needed because libicu links against stdc++
37
37
NIX_LDFLAGS = "--push-state --as-needed -lstdc++ --pop-state" ;
38
38
# without this collate.icu.utf8, and foreign_data will fail.
39
39
LC_CTYPE = "C" ;
Original file line number Diff line number Diff line change 42
42
43
43
in recurseIntoAttrs {
44
44
# githash runs git from TH code and this needs a cross compiled git exe
45
- # to work correctly. Cross compiling git is currently brocken .
45
+ # to work correctly. Cross compiling git is currently broken .
46
46
meta . disabled = __elem compiler-nix-name [ "ghc901" "ghc902" ] || haskellLib . isCrossHost ||
47
47
# TODO find out why TH fails for this
48
48
( __elem compiler-nix-name [ "ghc927" "ghc928" ] && stdenv . hostPlatform . isAarch64 && stdenv . hostPlatform . isMusl ) ;
You can’t perform that action at this time.
0 commit comments