mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
haskellPackages.stan: remove broken flag
This commit is contained in:
parent
4a227da543
commit
065bd395b9
@ -1942,6 +1942,11 @@ self: super: {
|
||||
# pandoc depends on skylighting >= 0.14
|
||||
skylighting = self.skylighting_0_14_1;
|
||||
skylighting-core = self.skylighting-core_0_14_1;
|
||||
|
||||
# pandoc needs up to date typst
|
||||
typst-symbols = self.typst-symbols_0_1_5;
|
||||
# and texmath to match
|
||||
texmath = self.texmath_0_12_8_6;
|
||||
};
|
||||
in {
|
||||
pandoc-cli = super.pandoc-cli.overrideScope pandoc-cli-overlay;
|
||||
|
@ -5193,7 +5193,6 @@ broken-packages:
|
||||
- staged-gg # failure in job https://hydra.nixos.org/build/233252183 at 2023-09-02
|
||||
- standalone-derive-topdown # failure in job https://hydra.nixos.org/build/233252467 at 2023-09-02
|
||||
- standalone-haddock # failure in job https://hydra.nixos.org/build/233254339 at 2023-09-02
|
||||
- stan # failure in job https://hydra.nixos.org/build/233200000 at 2023-09-02
|
||||
- starling # failure in job https://hydra.nixos.org/build/233255468 at 2023-09-02
|
||||
- starter # failure in job https://hydra.nixos.org/build/233208799 at 2023-09-02
|
||||
- starter-snake-haskell # failure in job https://hydra.nixos.org/build/236685019 at 2023-10-04
|
||||
|
@ -284142,9 +284142,7 @@ self: {
|
||||
doHaddock = false;
|
||||
description = "Haskell STatic ANalyser";
|
||||
license = lib.licenses.mpl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "stan";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"standalone-derive-topdown" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user