mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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:
parent
7393665803
commit
d70d5c9ddb
|
@ -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
|
||||
'';
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue