File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 packages = project . hsPkgs ;
1515
1616in recurseIntoAttrs rec {
17- meta . disabled = stdenv . hostPlatform . isGhcjs ;
17+ meta . disabled = stdenv . hostPlatform . isGhcjs || stdenv . hostPlatform . isWasm ;
1818
1919 ifdInputs = {
2020 inherit ( project ) plan-nix ;
Original file line number Diff line number Diff line change 1414 packages = project . hsPkgs ;
1515
1616in recurseIntoAttrs rec {
17- meta . disabled = stdenv . hostPlatform . isGhcjs ;
17+ meta . disabled = stdenv . hostPlatform . isGhcjs || stdenv . hostPlatform . isWasm ;
1818
1919 ifdInputs = {
2020 inherit ( project ) plan-nix ;
Original file line number Diff line number Diff line change 1616 packages = project . hsPkgs ;
1717
1818in recurseIntoAttrs rec {
19- meta . disabled = stdenv . hostPlatform . isGhcjs
19+ meta . disabled = stdenv . hostPlatform . isGhcjs || stdenv . hostPlatform . isWasm
2020 # Gtk cross compilation seems to be broken in nixpkgs
2121 || stdenv . hostPlatform . isWindows
2222 # We can't make static libraries for Gtk
Original file line number Diff line number Diff line change 1919 packages-ei = ( project true ) . hsPkgs ;
2020
2121in recurseIntoAttrs {
22- meta . disabled = stdenv . hostPlatform . isGhcjs
22+ meta . disabled = stdenv . hostPlatform . isGhcjs || stdenv . hostPlatform . isWasm
2323 # On aarch64 this test also breaks form musl builds (including cross compiles on x86_64-linux)
2424 || ( stdenv . hostPlatform . isAarch64 && stdenv . hostPlatform . isMusl )
2525 # Failed to lookup symbol: __aarch64_swp8_acq_rel
You can’t perform that action at this time.
0 commit comments