mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-graphviz: add system graphviz package to the list of test dependencies
This commit is contained in:
parent
6992d4d5dd
commit
21ab5f5a53
@ -1,7 +1,7 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, colour, dlist, fgl, filepath, polyparse, QuickCheck
|
||||
, temporary, text, transformers, wlPprintText
|
||||
, systemGraphviz, temporary, text, transformers, wlPprintText
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@ -14,7 +14,7 @@ cabal.mkDerivation (self: {
|
||||
colour dlist fgl filepath polyparse temporary text transformers
|
||||
wlPprintText
|
||||
];
|
||||
testDepends = [ fgl filepath QuickCheck text ];
|
||||
testDepends = [ fgl filepath QuickCheck systemGraphviz text ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/graphviz/";
|
||||
|
@ -1044,7 +1044,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
graphmod = callPackage ../development/tools/haskell/graphmod {};
|
||||
|
||||
graphviz = callPackage ../development/libraries/haskell/graphviz {};
|
||||
graphviz = callPackage ../development/libraries/haskell/graphviz { systemGraphviz = pkgs.graphviz; };
|
||||
|
||||
graphSCC = callPackage ../development/libraries/haskell/graphscc {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user