mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Merge pull request #91420 from svmhdvn/patch-3
haskellPackages.rdf4h: dontCheck
This commit is contained in:
commit
1e0c2319bf
@ -1503,5 +1503,9 @@ self: super: {
|
||||
# 2020-06-24: Tests are broken in hackage distribution.
|
||||
# See: https://github.com/kowainik/stan/issues/316
|
||||
stan = dontCheck super.stan;
|
||||
|
||||
# 2020-06-24: Tests are broken in hackage distribution.
|
||||
# See: https://github.com/robstewart57/rdf4h/issues/39
|
||||
rdf4h = dontCheck super.rdf4h;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
@ -8853,7 +8853,6 @@ broken-packages:
|
||||
- rbr
|
||||
- rc
|
||||
- rclient
|
||||
- rdf4h
|
||||
- rdioh
|
||||
- react-flux
|
||||
- react-flux-servant
|
||||
|
Loading…
Reference in New Issue
Block a user