mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #221928 from viraptor/bigloo-broken
bigloo: mark darwin aarch64 as broken
This commit is contained in:
commit
3b24c67adc
@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ thoughtpolice ];
|
||||
broken = stdenv.isDarwin && stdenv.isAarch64; # segfault during build
|
||||
|
||||
longDescription = ''
|
||||
Bigloo is a Scheme implementation devoted to one goal: enabling
|
||||
|
Loading…
Reference in New Issue
Block a user