9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "0nxaqmbv8mdvq9wcaqxk6k5mr31i68jzxf1wxa6pp7xp4prwdc9z";
22 substituteInPlace configure --replace PATH= NIRVANA=
23 # There are only man pages in sections 1 and 5 \
24 substituteInPlace Makefile --replace "{1..9}" "1 5"
39 mkdir -p $out/share/man/man$i
44 description = "Unit testing tool for running test plans which are written in any POSIX shell";
45 homepage = "http://bmizerany.github.io/roundup/";
46 license = licenses.mit;
47 maintainers = with maintainers; [ dotlambda ];
48 platforms = platforms.all;
49 mainProgram = "roundup";