1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "http://www.codesink.org/download/${pname}-${version}.tar.gz";
9 sha256 = "18bzvhzx8k24mpcim5669n3wg9hd0sfsxj8zjpbr24hywrlppgc2";
12 buildFlags = [ "cutee" ];
20 description = "C++ Unit Testing Easy Environment";
21 homepage = "http://www.codesink.org/cutee_unit_testing.html";
22 license = licenses.gpl2Plus;
23 maintainers = with maintainers; [ leenaars];
24 platforms = platforms.linux;