1 {lib, stdenv, fetchurl}:
3 stdenv.mkDerivation rec {
8 url = "https://dev-www.libreoffice.org/src/${pname}-${version}.tar.gz";
9 sha256 = "19qpqzy66bq76wcyadmi3zahk5v1ll2kig1nvg96zx9padkcdic9";
13 homepage = "https://freedesktop.org/wiki/Software/cppunit/";
14 description = "C++ unit testing framework";
15 license = licenses.lgpl21;
16 platforms = platforms.linux ++ platforms.darwin;