graphviz: add reverse deps to passthru.tests

taken from the packages mentioned in the previous bump PR 168502
This commit is contained in:
Artturin 2022-05-25 15:23:56 +03:00
parent bde885a181
commit 7b447b5151

View file

@ -19,6 +19,8 @@
, xorg
, ApplicationServices
, python3
, fltk
, exiv2
, withXorg ? true
}:
@ -93,6 +95,11 @@ stdenv.mkDerivation {
--replace /usr/bin/vimdot $out/bin/vimdot \
'';
passthru.tests = {
inherit (python3.pkgs) pygraphviz;
inherit fltk exiv2;
};
meta = with lib; {
homepage = "https://graphviz.org";
description = "Graph visualization tools";