about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-04 19:09:27 +0200
committerPeter Simons <simons@cryp.to>2015-05-04 20:04:20 +0200
commit3e17d6e958668403b51a52f96f8d3e26761b8840 (patch)
tree12b54c569751bc85f2183665d27563be43edee10 /pkgs
parent655eed7a9309d909914d32867cecf6bada1dc3db (diff)
downloadnixlib-3e17d6e958668403b51a52f96f8d3e26761b8840.tar
nixlib-3e17d6e958668403b51a52f96f8d3e26761b8840.tar.gz
nixlib-3e17d6e958668403b51a52f96f8d3e26761b8840.tar.bz2
nixlib-3e17d6e958668403b51a52f96f8d3e26761b8840.tar.lz
nixlib-3e17d6e958668403b51a52f96f8d3e26761b8840.tar.xz
nixlib-3e17d6e958668403b51a52f96f8d3e26761b8840.tar.zst
nixlib-3e17d6e958668403b51a52f96f8d3e26761b8840.zip
haskell-void: trigger re-build to unbreak our copy on Hydra
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix4
1 files changed, 4 insertions, 0 deletions
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";
+
 }