forked from mirrors/nixpkgs
haskell-void: trigger re-build some more
This commit is contained in:
parent
8092931f80
commit
e0181e4b72
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
|
@ -134,6 +134,6 @@ self: super: {
|
|||
|
||||
# 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";
|
||||
void = appendConfigureFlag super.void "-fignore-me-3";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue