mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
agda-stdlib: broken on darwin
This commit is contained in:
parent
6127ec1665
commit
fb1852f424
|
@ -23,6 +23,7 @@ agda.mkDerivation (self: rec {
|
|||
description = "A standard library for use with the Agda compiler";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
maintainers = with maintainers; [ jwiegley fuuzetsu mudri ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue