From 3e17d6e958668403b51a52f96f8d3e26761b8840 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 4 May 2015 19:09:27 +0200 Subject: [PATCH] haskell-void: trigger re-build to unbreak our copy on Hydra --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix index bba72198e602..caa4882accba 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -132,4 +132,8 @@ self: super: { # needs mtl-compat to build with mtl 2.1.x cgi = addBuildDepend super.cgi self.mtl-compat; + # Ugly hack that triggers a re-build to get rid of the broken version served + # by Hydra: http://hydra.cryp.to/build/794273/nixlog/98/raw. + void = appendConfigureFlag super.void "-fignore-me"; + }