diff options
| author | Vladimír Čunát <vcunat@gmail.com> | 2017-11-28 09:29:06 +0100 |
|---|---|---|
| committer | Vladimír Čunát <vcunat@gmail.com> | 2017-11-28 09:38:05 +0100 |
| commit | d70d5c9ddb90a65d3d482b84119d54e540d6690e (patch) | |
| tree | 3f3be9f7ff4b3111df2a4371757c80c13c884e1e | |
| parent | gnutls: fixup download URL after update (diff) | |
| download | nixpkgs-d70d5c9ddb90a65d3d482b84119d54e540d6690e.tar.gz | |
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.
| -rw-r--r-- | pkgs/development/libraries/gnutls/3.6.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gnutls/3.6.nix b/pkgs/development/libraries/gnutls/3.6.nix index 41f4b25c5a16..8b6090f3407a 100644 --- a/pkgs/development/libraries/gnutls/3.6.nix +++ b/pkgs/development/libraries/gnutls/3.6.nix @@ -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 ''; }) |
