Merge pull request #55005 from clacke/racket-full-no-darwin
racket: remove x86_64-darwin from platforms
This commit is contained in:
commit
4e270f979c
|
@ -101,5 +101,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ kkallio henrytill vrthra ];
|
||||
platforms = [ "x86_64-darwin" "x86_64-linux" ];
|
||||
broken = stdenv.isDarwin; # No support yet for setting FFI lookup path
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,5 +15,6 @@ racket.overrideAttrs (oldAttrs: rec {
|
|||
and the pkg library are still bundled.
|
||||
'';
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||
broken = false; # Minimal build does not require working FFI
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue