File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 93
93
inherit ( lib . systems . examples ) ghcjs ;
94
94
} // lib . optionalAttrs ( nixpkgsName == "unstable"
95
95
&& ( __match ".*llvm" compiler-nix-name == null )
96
- && ! builtins . elem compiler-nix-name [ "ghc967" "ghc984" "ghc9102" ] ) {
96
+ && ! builtins . elem compiler-nix-name [ "ghc967" "ghc984" "ghc9102" ]
97
+ && system != "x86_64-darwin" ) {
97
98
inherit ( lib . systems . examples ) wasi32 ;
98
99
} // lib . optionalAttrs ( nixpkgsName == "unstable"
99
100
&& ( __match ".*llvm" compiler-nix-name == null )
114
115
inherit ( lib . systems . examples ) musl32 ;
115
116
} // lib . optionalAttrs ( system == "x86_64-linux" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" ] ) {
116
117
inherit ( lib . systems . examples ) aarch64-android-prebuilt ;
117
- } // lib . optionalAttrs ( system == "x86_64-linux" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" "ghc91320250523" ] ) {
118
+ } // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName != "unstable" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" "ghc91320250523" ] ) {
118
119
inherit ( lib . systems . examples ) armv7a-android-prebuilt ;
119
120
} // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "unstable" && ! builtins . elem compiler-nix-name [ "ghc8107" "ghc902" ] ) {
120
121
# TODO fix this for the compilers we build with hadrian (ghc >=9.4)
You can’t perform that action at this time.
0 commit comments