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
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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
'';
})