From 9ee5b8d3fc26c54d52e5f2756cf62265c442a515 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Mon, 17 Nov 2014 17:13:01 +0000 Subject: agda-iowa-stdlib: mark as broken The recent update of Agda breaks this, including the most recent SVN checkout. I notified the author but marking as broken until a fix is committed. --- pkgs/development/libraries/agda/agda-iowa-stdlib/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/libraries/agda') diff --git a/pkgs/development/libraries/agda/agda-iowa-stdlib/default.nix b/pkgs/development/libraries/agda/agda-iowa-stdlib/default.nix index fa8ed9e80a7..e8efcf3d1eb 100644 --- a/pkgs/development/libraries/agda/agda-iowa-stdlib/default.nix +++ b/pkgs/development/libraries/agda/agda-iowa-stdlib/default.nix @@ -22,5 +22,6 @@ agda.mkDerivation (self: rec { license = stdenv.lib.licenses.free; platforms = stdenv.lib.platforms.unix; maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; + broken = true; }; }) -- cgit 1.4.1