haskellPackages.compact: Unmark broken

This commit is contained in:
maralorn
2024-01-01 15:11:40 +01:00
parent 09f447abd2
commit aa84d903e1
2 changed files with 0 additions and 4 deletions
@@ -829,7 +829,6 @@ broken-packages:
- commodities # failure in job https://hydra.nixos.org/build/233239851 at 2023-09-02
- Compactable # failure in job https://hydra.nixos.org/build/233227285 at 2023-09-02
- compactable # failure in job https://hydra.nixos.org/build/233228106 at 2023-09-02
- compact # failure in job https://hydra.nixos.org/build/233203421 at 2023-09-02
- compact-list # failure in job https://hydra.nixos.org/build/233241961 at 2023-09-02
- compact-map # failure in job https://hydra.nixos.org/build/233201665 at 2023-09-02
- compact-sequences # failure in job https://hydra.nixos.org/build/233208553 at 2023-09-02
-3
View File
@@ -69057,8 +69057,6 @@ self: {
testHaskellDepends = [ base directory ];
description = "Non-GC'd, contiguous storage for immutable data structures";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"compact-list" = callPackage
@@ -152322,7 +152320,6 @@ self: {
executableToolDepends = [ alex happy ];
description = "hOpenPGP-based command-line tools";
license = lib.licenses.agpl3Plus;
hydraPlatforms = lib.platforms.none;
}) {};
"hopenssl" = callPackage