Merge pull request #91383 from maralorn/fix-stan
[haskell-updates] haskellPackages.stan: Fix build
This commit is contained in:
@@ -1496,4 +1496,12 @@ self: super: {
|
||||
extraPrefix = "";
|
||||
}));
|
||||
|
||||
# 2020-06-24: Jailbreaking because of restrictive test dep bounds
|
||||
# Upstream issue: https://github.com/kowainik/trial/issues/62
|
||||
trial = doJailbreak super.trial;
|
||||
|
||||
# 2020-06-24: Tests are broken in hackage distribution.
|
||||
# See: https://github.com/kowainik/stan/issues/316
|
||||
stan = dontCheck super.stan;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
||||
Reference in New Issue
Block a user