haskellPackages.table-layout: unbreak

This commit is contained in:
sternenseemann 2021-06-16 23:07:32 +02:00
parent faa7f48140
commit ca264edb1b
3 changed files with 4 additions and 3 deletions

View file

@ -1952,4 +1952,8 @@ EOT
hackage-db_2_1_0 = doDistribute super.hackage-db_2_1_0;
# Too strict bounds on QuickCheck
# https://github.com/muesli4/table-layout/issues/16
table-layout = doJailbreak super.table-layout;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View file

@ -4573,7 +4573,6 @@ broken-packages:
- t3-server
- table
- tableaux
- table-layout
- tables
- Tables
- tablestorage

View file

@ -254038,8 +254038,6 @@ self: {
];
description = "Format tabular data as grid or table";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"table-tennis" = callPackage