Update configuration-common.nix

This commit is contained in:
Siva Mahadevan 2020-06-24 12:54:42 -04:00 committed by GitHub
parent 264cb81ad6
commit c518e30b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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