agda-stdlib: list as not broken on Darwin (#76485)

This commit is contained in:
Ryan Orendorff 2019-12-25 12:22:29 -07:00 committed by Danylo Hlynskyi
parent 2467edf80c
commit 2d2146b1fe

View File

@ -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 ];
};
})