forked from mirrors/nixpkgs
marking junit and dolphinEmu as broken
This commit is contained in:
parent
9e2df43e2e
commit
747e0149cc
pkgs
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue