marking junit and dolphinEmu as broken

This commit is contained in:
Rok Garbas 2015-09-08 14:03:51 +02:00
parent 9e2df43e2e
commit 747e0149cc
2 changed files with 2 additions and 0 deletions

View file

@ -23,5 +23,6 @@ in antBuild {
homepage = http://www.junit.org/;
description = "A framework for repeatable tests in Java";
license = stdenv.lib.licenses.epl10;
broken = true;
};
}

View file

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ MP2E ];
broken = true;
};
}