mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-math-functions: trigger re-build to fix broken binaries on Hydra
This commit is contained in:
parent
ed3f952933
commit
a9254356d1
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue