libcerf: add reverse dependency to passthru.tests
This commit is contained in:
parent
a227563e71
commit
61201f55ea
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchurl, cmake, perl }:
|
{ stdenv, lib, fetchurl, cmake, perl, gnuplot }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libcerf";
|
pname = "libcerf";
|
||||||
|
@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake perl ];
|
nativeBuildInputs = [ cmake perl ];
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit gnuplot;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Complex error (erf), Dawson, Faddeeva, and Voigt function library";
|
description = "Complex error (erf), Dawson, Faddeeva, and Voigt function library";
|
||||||
homepage = "https://jugit.fz-juelich.de/mlz/libcerf";
|
homepage = "https://jugit.fz-juelich.de/mlz/libcerf";
|
||||||
|
|
Loading…
Reference in a new issue