mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
graphviz: add more reverse-dependencies to passthru.tests
This commit is contained in:
parent
0ec317b5f6
commit
d88514cb2b
@ -19,9 +19,12 @@
|
||||
, ApplicationServices
|
||||
, Foundation
|
||||
, python3
|
||||
, fltk
|
||||
, exiv2
|
||||
, withXorg ? true
|
||||
|
||||
# for passthru.tests
|
||||
, exiv2
|
||||
, fltk
|
||||
, graphicsmagick
|
||||
}:
|
||||
|
||||
let
|
||||
@ -88,8 +91,17 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
inherit (python3.pkgs) pygraphviz;
|
||||
inherit fltk exiv2;
|
||||
inherit (python3.pkgs)
|
||||
graphviz
|
||||
pydot
|
||||
pygraphviz
|
||||
xdot
|
||||
;
|
||||
inherit
|
||||
exiv2
|
||||
fltk
|
||||
graphicsmagick
|
||||
;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user