mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
agda-stdlib: list as not broken on Darwin (#76485)
This commit is contained in:
parent
2467edf80c
commit
2d2146b1fe
@ -23,7 +23,6 @@ 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 mudri ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user