Merge pull request #142590 from dalpd/unbreak-eventlog2html

haskellPackages.eventlog2html: Remove package from the broken list
This commit is contained in:
maralorn 2021-10-22 22:32:19 +02:00 committed by GitHub
commit 01dc4ac740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -1299,7 +1299,6 @@ broken-packages:
- event-driven
- eventful-dynamodb
- eventful-sql-common
- eventlog2html
- eventloop
- eventstore
- ewe

View File

@ -88740,8 +88740,6 @@ self: {
executableHaskellDepends = [ aeson base filepath text ];
description = "Visualise an eventlog";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"eventloop" = callPackage