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.
This commit is contained in:
parent
72f247439b
commit
07e100d638
@ -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…
Reference in New Issue
Block a user