marking junit and dolphinEmu as broken
This commit is contained in:
@@ -23,5 +23,6 @@ in antBuild {
|
|||||||
homepage = http://www.junit.org/;
|
homepage = http://www.junit.org/;
|
||||||
description = "A framework for repeatable tests in Java";
|
description = "A framework for repeatable tests in Java";
|
||||||
license = stdenv.lib.licenses.epl10;
|
license = stdenv.lib.licenses.epl10;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [ MP2E ];
|
maintainers = with stdenv.lib.maintainers; [ MP2E ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user