mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-07 11:05:30 +03:00
haskell-void: trigger re-build to unbreak our copy on Hydra
This commit is contained in:
parent
655eed7a93
commit
3e17d6e958
1 changed files with 4 additions and 0 deletions
|
@ -132,4 +132,8 @@ self: super: {
|
||||||
# needs mtl-compat to build with mtl 2.1.x
|
# needs mtl-compat to build with mtl 2.1.x
|
||||||
cgi = addBuildDepend super.cgi self.mtl-compat;
|
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";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue