1 { lib, antBuild, fetchgit, perl }:
6 name = "junit-${version}";
8 # I think this is only used to generate the docs, and will likely disappear
9 # with the next release of junit since its build system completely changes.
13 url = "https://github.com/junit-team/junit.git";
14 sha256 = "1cn5dhs6vpbfbcmnm2vb1212n0kblv8cxrvnwmksjxd6bzlkac1k";
15 rev = "c2e4d911fadfbd64444fb285342a8f1b72336169";
19 { name = "version"; value = version; }
23 homepage = "http://www.junit.org/";
24 description = "A framework for repeatable tests in Java";
25 license = lib.licenses.epl10;