haskellPackages.hgeometry{,-combinatorial}: unbreak

hegdehog-classes allows us to build these now, hgeometry-combinatorial
needs disabling of test suite since doctests cause some kind of run time
linking issue.
wip/yesman
sternenseemann 3 years ago
parent 72f247439b
commit 07e100d638
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix
  2. 2
      pkgs/development/haskell-modules/configuration-hackage2nix.yaml

@ -1672,4 +1672,8 @@ self: super: {
# https://github.com/jgm/pandoc/issues/7163
pandoc = dontCheck super.pandoc;
# test suite triggers some kind of linking bug at runtime
# https://github.com/noinia/hgeometry/issues/132
hgeometry-combinatorial = dontCheck super.hgeometry-combinatorial;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

@ -6439,8 +6439,6 @@ broken-packages:
- hGelf
- hgen
- hgeometric
- hgeometry
- hgeometry-combinatorial
- hgeometry-ipe
- hgeometry-svg
- hgeos

Loading…
Cancel
Save