mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
haskellPackages.hail: unbreak
This commit is contained in:
parent
c9d5b1e595
commit
9f12455853
4 changed files with 10 additions and 20 deletions
|
@ -1460,22 +1460,7 @@ self: super:
|
|||
hjsmin = dontCheck super.hjsmin;
|
||||
|
||||
# Remove for hail > 0.2.0.0
|
||||
hail = overrideCabal (drv: {
|
||||
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;
|
||||
hail = doJailbreak super.hail;
|
||||
|
||||
# https://github.com/kazu-yamamoto/dns/issues/150
|
||||
dns = dontCheck super.dns;
|
||||
|
|
|
@ -2293,7 +2293,6 @@ broken-packages:
|
|||
- 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
|
||||
- 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
|
||||
- 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
|
||||
|
|
|
@ -839,6 +839,7 @@ dont-distribute-packages:
|
|||
- clickhouse-haskell
|
||||
- clifford
|
||||
- clippings
|
||||
- clod
|
||||
- cloud-haskell
|
||||
- cloud-seeder
|
||||
- cloudyfs
|
||||
|
@ -990,6 +991,7 @@ dont-distribute-packages:
|
|||
- curryer-rpc
|
||||
- cv-combinators
|
||||
- cypher
|
||||
- dahdit-audio
|
||||
- dahdit-midi
|
||||
- dahdit-test
|
||||
- daino
|
||||
|
@ -1489,7 +1491,7 @@ dont-distribute-packages:
|
|||
- gridland
|
||||
- grisette
|
||||
- grisette-monad-coroutine
|
||||
- grisette_0_11_0_0
|
||||
- grisette_0_12_0_0
|
||||
- gross
|
||||
- groundhog-converters
|
||||
- groundhog-inspector
|
||||
|
@ -1970,6 +1972,7 @@ dont-distribute-packages:
|
|||
- imj-base
|
||||
- imj-game-hamazed
|
||||
- imj-measure-stdout
|
||||
- immutaball-core
|
||||
- imparse
|
||||
- imperative-edsl
|
||||
- imperative-edsl-vhdl
|
||||
|
@ -2164,6 +2167,7 @@ dont-distribute-packages:
|
|||
- lame-tester
|
||||
- landlock
|
||||
- lang
|
||||
- langchain-hs
|
||||
- language-Modula2
|
||||
- language-ats
|
||||
- language-boogie
|
||||
|
|
|
@ -144364,6 +144364,7 @@ self: {
|
|||
];
|
||||
description = "Project file manager for Claude AI integrations";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
@ -173733,6 +173734,7 @@ self: {
|
|||
];
|
||||
description = "Audio file parsing/printing with dahdit";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
@ -291595,9 +291597,7 @@ self: {
|
|||
];
|
||||
description = "A service for pull-based continuous deployment based on hydra";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "hail";
|
||||
broken = true;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
@ -374129,6 +374129,7 @@ self: {
|
|||
];
|
||||
description = "Immutaball platformer game";
|
||||
license = lib.licenses.bsd0;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
@ -404654,6 +404655,7 @@ self: {
|
|||
];
|
||||
description = "Haskell implementation of Langchain";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}
|
||||
) { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue