haskell-math-functions: trigger re-build to fix broken binaries on Hydra
This commit is contained in:
parent
ed3f952933
commit
a9254356d1
|
@ -922,4 +922,7 @@ 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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue