haskellPackages.xz: jailbreak

xz builds with QuickCheck 2.15
https://github.com/hasufell/lzma-static/pull/15
This commit is contained in:
Ai-Ya-Ya
2026-01-18 02:49:19 +00:00
parent 49cdaa855c
commit 2d75a2d9d2
4 changed files with 5 additions and 4 deletions
@@ -1631,6 +1631,10 @@ with haskellLib;
'';
}) (addExtraLibrary self.QuickCheck super.Chart-tests);
# 2026-01-17: too strict bounds on QuickCheck < 2.15
# https://github.com/hasufell/lzma-static/pull/15
xz = doJailbreak super.xz;
# This breaks because of version bounds, but compiles and runs fine.
# Last commit is 5 years ago, so we likely won't get upstream fixed soon.
# https://bitbucket.org/rvlm/hakyll-contrib-hyphenation/src/master/
@@ -7326,7 +7326,6 @@ broken-packages:
- xslt # failure in job https://hydra.nixos.org/build/233225636 at 2023-09-02
- xtea # failure in job https://hydra.nixos.org/build/282175333 at 2024-12-23
- xxhash # failure in job https://hydra.nixos.org/build/233240335 at 2023-09-02
- xz # failure in job https://hydra.nixos.org/build/307523211 at 2025-09-19
- y0l0bot # failure in job https://hydra.nixos.org/build/233212722 at 2023-09-02
- yabi-muno # failure in job https://hydra.nixos.org/build/233246871 at 2023-09-02
- yackage # failure in job https://hydra.nixos.org/build/233213393 at 2023-09-02
@@ -1992,7 +1992,6 @@ dont-distribute-packages:
- knit-haskell
- koji-install
- koji-tool
- koji-tool_1_3_1
- korfu
- ks-test
- kubernetes-client
@@ -3411,6 +3410,7 @@ dont-distribute-packages:
- sydtest-amqp
- sydtest-webdriver-screenshot
- sydtest-webdriver-yesod
- sydtest-webdriver-yesod_0_0_1_0
- sylvia
- symantic-atom
- symantic-http-demo
-2
View File
@@ -749073,8 +749073,6 @@ self: {
];
description = "LZMA/XZ compression and decompression";
license = lib.licensesSpdx."BSD-3-Clause";
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { inherit (pkgs) xz; };