Haskell math-functions is broken on Hydra again. :-(
This commit is contained in:
parent
4856880cab
commit
aee2e72122
@ -920,7 +920,4 @@ self: super: {
|
|||||||
librarySystemDepends = (drv.librarySystemDepends or []) ++ [ pkgs.ncurses ];
|
librarySystemDepends = (drv.librarySystemDepends or []) ++ [ pkgs.ncurses ];
|
||||||
});
|
});
|
||||||
|
|
||||||
# Re-build this package to fix broken binaries on Hydra.
|
|
||||||
math-functions = triggerRebuild super.math-functions 1;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -212,4 +212,7 @@ self: super: {
|
|||||||
# https://github.com/DanielG/cabal-helper/issues/10
|
# https://github.com/DanielG/cabal-helper/issues/10
|
||||||
cabal-helper = dontCheck super.cabal-helper;
|
cabal-helper = dontCheck super.cabal-helper;
|
||||||
|
|
||||||
|
# Re-build this package to fix broken binaries on Hydra.
|
||||||
|
math-functions = triggerRebuild super.math-functions 2;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user