gnutls: force rebuild

If you have fixed-output derivation with correct hash but bad builder
on Hydra, it seems really difficult to restart it with a good builder.
This commit is contained in:
Vladimír Čunát
2017-11-28 09:29:06 +01:00
parent 7393665803
commit d70d5c9ddb

View File

@@ -14,5 +14,6 @@ callPackage ./generic.nix (args // rec {
postPatch = ''
sed '2iexit 77' -i tests/pkgconfig.sh
sed '/^void doit(void)/,$s/{/{ exit(77);/; t' -i tests/trust-store.c
# TODO: remove just this line on some rebuild
'';
})