mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
isabelle: mark as broken on darwin
There is no dedicated darwin maintainer for isabelle
This commit is contained in:
parent
b68d63c236
commit
ed0f599b4f
@ -221,6 +221,7 @@ in stdenv.mkDerivation (finalAttrs: rec {
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.jwiegley maintainers.jvanbruegge ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
|
||||
passthru.withComponents = f:
|
||||
|
Loading…
Reference in New Issue
Block a user