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-formats-collada
|
||||
- graph-matchings
|
||||
- graphmod
|
||||
- graphmod-plugin
|
||||
- graphql-api
|
||||
- graphql-utils
|
||||
|
|
|
@ -120073,9 +120073,7 @@ self: {
|
|||
executableHaskellDepends = [ base ];
|
||||
description = "Present the module dependencies of a program as a \"dot\" graph";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "graphmod";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"graphmod-plugin" = callPackage
|
||||
|
|
Loading…
Reference in a new issue