mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-28 06:01:04 +00:00
haskell-void: trigger re-build to unbreak our copy on Hydra
This commit is contained in:
parent
655eed7a93
commit
3e17d6e958
@ -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…
Reference in New Issue
Block a user