haskellPackages.graphmod: unbreak
This commit is contained in:
parent
931fef04f9
commit
171068ed83
2 changed files with 0 additions and 3 deletions
|
@ -1860,7 +1860,6 @@ broken-packages:
|
||||||
- graphics-drawingcombinators
|
- graphics-drawingcombinators
|
||||||
- graphics-formats-collada
|
- graphics-formats-collada
|
||||||
- graph-matchings
|
- graph-matchings
|
||||||
- graphmod
|
|
||||||
- graphmod-plugin
|
- graphmod-plugin
|
||||||
- graphql-api
|
- graphql-api
|
||||||
- graphql-utils
|
- graphql-utils
|
||||||
|
|
|
@ -120073,9 +120073,7 @@ self: {
|
||||||
executableHaskellDepends = [ base ];
|
executableHaskellDepends = [ base ];
|
||||||
description = "Present the module dependencies of a program as a \"dot\" graph";
|
description = "Present the module dependencies of a program as a \"dot\" graph";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
mainProgram = "graphmod";
|
mainProgram = "graphmod";
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"graphmod-plugin" = callPackage
|
"graphmod-plugin" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue