From e0181e4b725db7dc4f64324f0cad0bf3af1544e9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 5 May 2015 11:15:58 +0200 Subject: haskell-void: trigger re-build some more --- pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix') diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix index 50f9585f5059..a9c2bb609ae8 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix @@ -76,4 +76,8 @@ self: super: { # Needs hashable on pre 7.10.x compilers. nats = addBuildDepend super.nats self.hashable; + # Ugly hack that triggers a re-build to get rid of the broken version served + # by Hydra: http://hydra.cryp.to/build/794276/nixlog/41/raw. + void = appendConfigureFlag super.void "-fignore-me-3"; + } -- cgit 1.4.1