mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
acl2: mark as broken on darwin
This commit is contained in:
parent
fcebbc8729
commit
c6ee5d0b57
@ -158,5 +158,6 @@ in stdenv.mkDerivation rec {
|
||||
];
|
||||
maintainers = with maintainers; [ kini raskin ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user