Skip to content

Commit d70d5c9

Browse files
committedNov 28, 2017
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.
1 parent 7393665 commit d70d5c9

File tree

1 file changed

+1
-0
lines changed
  • pkgs/development/libraries/gnutls

1 file changed

+1
-0
lines changed
 

‎pkgs/development/libraries/gnutls/3.6.nix

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

0 commit comments

Comments
 (0)
Please sign in to comment.