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 9393 inherit ( lib . systems . examples ) ghcjs ;
9494 } // lib . optionalAttrs ( nixpkgsName == "unstable"
9595 && ( __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" ) {
9798 inherit ( lib . systems . examples ) wasi32 ;
9899 } // lib . optionalAttrs ( nixpkgsName == "unstable"
99100 && ( __match ".*llvm" compiler-nix-name == null )
114115 inherit ( lib . systems . examples ) musl32 ;
115116 } // lib . optionalAttrs ( system == "x86_64-linux" && ! builtins . elem compiler-nix-name [ "ghc902" "ghc928" "ghc948" ] ) {
116117 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" ] ) {
118119 inherit ( lib . systems . examples ) armv7a-android-prebuilt ;
119120 } // lib . optionalAttrs ( system == "x86_64-linux" && nixpkgsName == "unstable" && ! builtins . elem compiler-nix-name [ "ghc8107" "ghc902" ] ) {
120121 # 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