Revert "Merge pull request #15595 from laMudri/agda-stdlib"

This reverts commit ce4f6c215f, reversing
changes made to 7817d0901d.

See 68e1419cb8 (r64175487)
This commit is contained in:
Joachim Fasting
2016-05-23 09:07:02 +02:00
parent 89d50c4341
commit 6a2244e8f4
7 changed files with 13 additions and 25 deletions

View File

@@ -19,6 +19,5 @@ agda.mkDerivation (self: rec {
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
broken = true;
};
})