haskellPackages.graphmod: unbreak

This commit is contained in:
sternenseemann 2022-12-29 16:05:41 +01:00
parent 931fef04f9
commit 171068ed83
2 changed files with 0 additions and 3 deletions

View file

@ -1860,7 +1860,6 @@ broken-packages:
- graphics-drawingcombinators
- graphics-formats-collada
- graph-matchings
- graphmod
- graphmod-plugin
- graphql-api
- graphql-utils

View file

@ -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