haskellPackages.hackage-db: Reactivate hydra job

This commit is contained in:
Malte Brandy 2021-06-12 18:26:08 +02:00
parent 38c4256a96
commit 7b92c7f795
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
2 changed files with 3 additions and 1 deletions

View File

@ -1953,4 +1953,6 @@ EOT
# https://github.com/erikd/wide-word/issues/57
wide-word = doJailbreak super.wide-word;
hackage-db_2_1_0 = doDistribute super.hackage-db_2_1_0;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -89,6 +89,6 @@ self: super: {
# hackage-db 2.1.1 is incompatible with Cabal < 3.4
# See https://github.com/NixOS/cabal2nix/issues/501
hackage-db = super.hackage-db_2_1_0;
hackage-db = self.hackage-db_2_1_0;
}