haskellPackages.hnix-store-*: remove fixed packages from broken list

This commit is contained in:
Alexandre Esteves
2025-01-16 16:10:33 +01:00
committed by sternenseemann
parent 2bccaaaea0
commit 2f5e79c271
2 changed files with 0 additions and 9 deletions
@@ -2711,9 +2711,6 @@ broken-packages:
- Hmpf # failure in job https://hydra.nixos.org/build/233212948 at 2023-09-02
- hmumps # failure in job https://hydra.nixos.org/build/233209336 at 2023-09-02
- hnetcdf # failure in job https://hydra.nixos.org/build/252727915 at 2024-03-16
- hnix-store-db # failure in job https://hydra.nixos.org/build/269658818 at 2024-08-19
- hnix-store-readonly # failure in job https://hydra.nixos.org/build/269661646 at 2024-08-19
- hnix-store-tests # failure in job https://hydra.nixos.org/build/269680318 at 2024-08-19
- hnn # failure in job https://hydra.nixos.org/build/233253882 at 2023-09-02
- hnock # failure in job https://hydra.nixos.org/build/233247419 at 2023-09-02
- hnop # failure in job https://hydra.nixos.org/build/233214340 at 2023-09-02
-6
View File
@@ -154944,8 +154944,6 @@ self: {
testHaskellDepends = [ base ];
description = "Nix store database support";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hnix-store-json" = callPackage
@@ -155016,8 +155014,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Read-only Nix store";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hnix-store-remote" = callPackage
@@ -155097,8 +155093,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Test utilities and instances";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hnn" = callPackage