3
0
Fork 0
forked from mirrors/nixpkgs

haskell-void: trigger re-build some more

This commit is contained in:
Peter Simons 2015-05-05 11:15:58 +02:00
parent 8092931f80
commit e0181e4b72
2 changed files with 5 additions and 1 deletions

View file

@ -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";
}

View file

@ -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";
}