forked from mirrors/nixpkgs
haskellPackages.perhaps: jailbreak
It has an overly tight dependency on doctest. I've removed it from the list of broken builds in the yaml and I've made a PR upstream too.
This commit is contained in:
parent
a87b506140
commit
eaca900965
|
@ -1389,4 +1389,7 @@ self: super: {
|
|||
# prettyprinter-1.6.0 fails its doctest suite.
|
||||
prettyprinter_1_6_0 = dontCheck super.prettyprinter_1_6_0;
|
||||
|
||||
# the test suite has an overly tight restriction on doctest
|
||||
perhaps = doJailbreak super.perhaps;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
|
@ -7942,7 +7942,6 @@ broken-packages:
|
|||
- perfect-vector-shuffle
|
||||
- PerfectHash
|
||||
- perfecthash
|
||||
- perhaps
|
||||
- periodic
|
||||
- perm
|
||||
- permutations
|
||||
|
|
Loading…
Reference in a new issue