Update configuration-common.nix
This commit is contained in:
parent
264cb81ad6
commit
c518e30b00
@ -1504,4 +1504,8 @@ self: super: {
|
|||||||
# See: https://github.com/kowainik/stan/issues/316
|
# See: https://github.com/kowainik/stan/issues/316
|
||||||
stan = dontCheck super.stan;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
Loading…
Reference in New Issue
Block a user