jikes: removing

This commit is contained in:
Christine Koppelt
2019-10-08 08:29:36 -07:00
committed by Jon
parent 3323655ccb
commit 54e4b13887
3 changed files with 1 additions and 16 deletions
@@ -1,14 +0,0 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "jikes-1.22";
src = fetchurl {
url = mirror://sourceforge/jikes/jikes-1.22.tar.bz2;
sha256 = "1qqldrp74pzpy5ly421srqn30qppmm9cvjiqdngk8hf47dv2rc0c";
};
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.epl10;
};
}