haskellPackages.stan: remove broken flag

This commit is contained in:
sternenseemann 2024-01-04 15:30:26 +01:00
parent 4a227da543
commit 065bd395b9
3 changed files with 5 additions and 3 deletions

View File

@ -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;

View File

@ -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

View File

@ -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