Skip to content

Commit

Permalink
gnutls: force rebuild
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vcunat committed Nov 28, 2017
1 parent 7393665 commit d70d5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/gnutls/3.6.nix
Expand Up @@ -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
'';
})

0 comments on commit d70d5c9

Please sign in to comment.