haskellPackages.adblock2privoxy: unbreak (#415307)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user