libcerf: add reverse dependency to passthru.tests

This commit is contained in:
Mario Rodas 2022-10-22 04:20:00 +00:00
parent a227563e71
commit 61201f55ea

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, cmake, perl }:
{ stdenv, lib, fetchurl, cmake, perl, gnuplot }:
stdenv.mkDerivation rec {
pname = "libcerf";
@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake perl ];
passthru.tests = {
inherit gnuplot;
};
meta = with lib; {
description = "Complex error (erf), Dawson, Faddeeva, and Voigt function library";
homepage = "https://jugit.fz-juelich.de/mlz/libcerf";