1 { stdenv, lib, fetchurl, cmake, perl, gnuplot }:
3 stdenv.mkDerivation rec {
8 url = "https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${version}/libcerf-v${version}.tar.gz";
9 sha256 = "sha256-ihzYt/rgS4KpUWglISm4wbrKCYooX/jT8leB3q0Ut1o=";
12 nativeBuildInputs = [ cmake perl ];
19 description = "Complex error (erf), Dawson, Faddeeva, and Voigt function library";
20 homepage = "https://jugit.fz-juelich.de/mlz/libcerf";
21 license = licenses.mit;
22 maintainers = with maintainers; [ orivej ];
23 platforms = platforms.all;