0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

haskellPackages.hail: unbreak

This commit is contained in:
Marcin Serwin 2025-04-25 19:39:57 +02:00
parent c9d5b1e595
commit 9f12455853
No known key found for this signature in database
GPG key ID: DACFAC4EA0B194E0
4 changed files with 10 additions and 20 deletions

View file

@ -1460,22 +1460,7 @@ self: super:
hjsmin = dontCheck super.hjsmin; hjsmin = dontCheck super.hjsmin;
# Remove for hail > 0.2.0.0 # Remove for hail > 0.2.0.0
hail = overrideCabal (drv: { hail = doJailbreak super.hail;
patches = [
(fetchpatch {
# Relax dependency constraints,
# upstream PR: https://github.com/james-preston/hail/pull/13
url = "https://patch-diff.githubusercontent.com/raw/james-preston/hail/pull/13.patch";
sha256 = "039p5mqgicbhld2z44cbvsmam3pz0py3ybaifwrjsn1y69ldsmkx";
})
(fetchpatch {
# Relax dependency constraints,
# upstream PR: https://github.com/james-preston/hail/pull/16
url = "https://patch-diff.githubusercontent.com/raw/james-preston/hail/pull/16.patch";
sha256 = "0dpagpn654zjrlklihsg911lmxjj8msylbm3c68xa5aad1s9gcf7";
})
];
}) super.hail;
# https://github.com/kazu-yamamoto/dns/issues/150 # https://github.com/kazu-yamamoto/dns/issues/150
dns = dontCheck super.dns; dns = dontCheck super.dns;

View file

@ -2293,7 +2293,6 @@ broken-packages:
- HaGL # failure in job https://hydra.nixos.org/build/234457220 at 2023-09-13 - HaGL # failure in job https://hydra.nixos.org/build/234457220 at 2023-09-13
- hahp # failure in job https://hydra.nixos.org/build/233250101 at 2023-09-02 - hahp # failure in job https://hydra.nixos.org/build/233250101 at 2023-09-02
- haiji # failure in job https://hydra.nixos.org/build/233232272 at 2023-09-02 - haiji # failure in job https://hydra.nixos.org/build/233232272 at 2023-09-02
- hail # failure in job https://hydra.nixos.org/build/233219127 at 2023-09-02
- hailgun-send # failure in job https://hydra.nixos.org/build/282936164 at 2024-12-24 - hailgun-send # failure in job https://hydra.nixos.org/build/282936164 at 2024-12-24
- hairy # failure in job https://hydra.nixos.org/build/233226903 at 2023-09-02 - hairy # failure in job https://hydra.nixos.org/build/233226903 at 2023-09-02
- hakaru # failure in job https://hydra.nixos.org/build/233231467 at 2023-09-02 - hakaru # failure in job https://hydra.nixos.org/build/233231467 at 2023-09-02

View file

@ -839,6 +839,7 @@ dont-distribute-packages:
- clickhouse-haskell - clickhouse-haskell
- clifford - clifford
- clippings - clippings
- clod
- cloud-haskell - cloud-haskell
- cloud-seeder - cloud-seeder
- cloudyfs - cloudyfs
@ -990,6 +991,7 @@ dont-distribute-packages:
- curryer-rpc - curryer-rpc
- cv-combinators - cv-combinators
- cypher - cypher
- dahdit-audio
- dahdit-midi - dahdit-midi
- dahdit-test - dahdit-test
- daino - daino
@ -1489,7 +1491,7 @@ dont-distribute-packages:
- gridland - gridland
- grisette - grisette
- grisette-monad-coroutine - grisette-monad-coroutine
- grisette_0_11_0_0 - grisette_0_12_0_0
- gross - gross
- groundhog-converters - groundhog-converters
- groundhog-inspector - groundhog-inspector
@ -1970,6 +1972,7 @@ dont-distribute-packages:
- imj-base - imj-base
- imj-game-hamazed - imj-game-hamazed
- imj-measure-stdout - imj-measure-stdout
- immutaball-core
- imparse - imparse
- imperative-edsl - imperative-edsl
- imperative-edsl-vhdl - imperative-edsl-vhdl
@ -2164,6 +2167,7 @@ dont-distribute-packages:
- lame-tester - lame-tester
- landlock - landlock
- lang - lang
- langchain-hs
- language-Modula2 - language-Modula2
- language-ats - language-ats
- language-boogie - language-boogie

View file

@ -144364,6 +144364,7 @@ self: {
]; ];
description = "Project file manager for Claude AI integrations"; description = "Project file manager for Claude AI integrations";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
} }
) { }; ) { };
@ -173733,6 +173734,7 @@ self: {
]; ];
description = "Audio file parsing/printing with dahdit"; description = "Audio file parsing/printing with dahdit";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
} }
) { }; ) { };
@ -291595,9 +291597,7 @@ self: {
]; ];
description = "A service for pull-based continuous deployment based on hydra"; description = "A service for pull-based continuous deployment based on hydra";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "hail"; mainProgram = "hail";
broken = true;
} }
) { }; ) { };
@ -374129,6 +374129,7 @@ self: {
]; ];
description = "Immutaball platformer game"; description = "Immutaball platformer game";
license = lib.licenses.bsd0; license = lib.licenses.bsd0;
hydraPlatforms = lib.platforms.none;
} }
) { }; ) { };
@ -404654,6 +404655,7 @@ self: {
]; ];
description = "Haskell implementation of Langchain"; description = "Haskell implementation of Langchain";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
} }
) { }; ) { };