about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-10-31 11:08:59 +0100
committerPeter Simons <simons@cryp.to>2015-10-31 18:44:43 +0100
commita9254356d163af27ede1b5ee3b05bb5eb093776f (patch)
treee63f6b3c28f6dcbb2c4d8b6f34487db7f618ca05 /pkgs/development/haskell-modules/configuration-common.nix
parented3f952933dc217466c684af549c111ff02bc53f (diff)
downloadnixlib-a9254356d163af27ede1b5ee3b05bb5eb093776f.tar
nixlib-a9254356d163af27ede1b5ee3b05bb5eb093776f.tar.gz
nixlib-a9254356d163af27ede1b5ee3b05bb5eb093776f.tar.bz2
nixlib-a9254356d163af27ede1b5ee3b05bb5eb093776f.tar.lz
nixlib-a9254356d163af27ede1b5ee3b05bb5eb093776f.tar.xz
nixlib-a9254356d163af27ede1b5ee3b05bb5eb093776f.tar.zst
nixlib-a9254356d163af27ede1b5ee3b05bb5eb093776f.zip
haskell-math-functions: trigger re-build to fix broken binaries on Hydra
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ca6373ded940..e3017678b104 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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;
+
 }