haskellPackages.adblock2privoxy: unbreak (#415307)

This commit is contained in:
Wolfgang Walther
2025-06-09 18:22:19 +00:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -400,6 +400,10 @@ with haskellLib;
})
] super.lukko;
# Relax version constraints (network < 3.2, text < 2.1)
# https://github.com/essandess/adblock2privoxy/pull/43
adblock2privoxy = doJailbreak super.adblock2privoxy;
# Fixes compilation for basement on i686 for GHC >= 9.4
# https://github.com/haskell-foundation/foundation/pull/573
# Patch would not work for GHC >= 9.2 where it breaks compilation on x86_64

View File

@@ -64,7 +64,6 @@ broken-packages:
- adaptive-containers # failure in job https://hydra.nixos.org/build/233243181 at 2023-09-02
- adaptive-tuple # failure in job https://hydra.nixos.org/build/233244881 at 2023-09-02
- adb # failure in job https://hydra.nixos.org/build/233193888 at 2023-09-02
- adblock2privoxy # failure in job https://hydra.nixos.org/build/295091236 at 2025-04-22
- addy # failure in job https://hydra.nixos.org/build/233240594 at 2023-09-02
- adhoc-fixtures-hspec # failure in job https://hydra.nixos.org/build/252725981 at 2024-03-16
- adjunction # failure in job https://hydra.nixos.org/build/233237774 at 2023-09-02

View File

@@ -52739,9 +52739,7 @@ self: {
];
description = "Convert adblock config files to privoxy format";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "adblock2privoxy";
broken = true;
}
) { };