haskell-math-functions: trigger re-build to fix broken binaries on Hydra

This commit is contained in:
Peter Simons 2015-10-31 11:08:59 +01:00
parent ed3f952933
commit a9254356d1

View file

@ -922,4 +922,7 @@ 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;
}