igraph: add passthru.tests

This commit is contained in:
Robert Schütz 2023-09-07 22:30:24 -07:00
parent 490e983648
commit fc58f1e42d

View File

@ -92,6 +92,10 @@ stdenv.mkDerivation (finalAttrs: {
install_name_tool -change libblas.dylib ${blas}/lib/libblas.dylib $out/lib/libigraph.dylib
'';
passthru.tests = {
python = python3.pkgs.igraph;
};
meta = with lib; {
description = "C library for complex network analysis and graph theory";
homepage = "https://igraph.org/";