Haskell math-functions is broken on Hydra again. :-(

This commit is contained in:
Peter Simons 2015-11-11 23:55:37 +01:00
parent 4856880cab
commit aee2e72122
2 changed files with 3 additions and 3 deletions

View file

@ -920,7 +920,4 @@ self: super: {
librarySystemDepends = (drv.librarySystemDepends or []) ++ [ pkgs.ncurses ];
});
# Re-build this package to fix broken binaries on Hydra.
math-functions = triggerRebuild super.math-functions 1;
}

View file

@ -212,4 +212,7 @@ self: super: {
# https://github.com/DanielG/cabal-helper/issues/10
cabal-helper = dontCheck super.cabal-helper;
# Re-build this package to fix broken binaries on Hydra.
math-functions = triggerRebuild super.math-functions 2;
}