summary refs log tree commit diff
path: root/pkgs/development/libraries/gnutls
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-11-28 09:29:06 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-11-28 09:38:05 +0100
commitd70d5c9ddb90a65d3d482b84119d54e540d6690e (patch)
tree3f3be9f7ff4b3111df2a4371757c80c13c884e1e /pkgs/development/libraries/gnutls
parent739366580352591a817509ddbeeb0e11bed47d43 (diff)
downloadnixpkgs-d70d5c9ddb90a65d3d482b84119d54e540d6690e.tar
nixpkgs-d70d5c9ddb90a65d3d482b84119d54e540d6690e.tar.gz
nixpkgs-d70d5c9ddb90a65d3d482b84119d54e540d6690e.tar.bz2
nixpkgs-d70d5c9ddb90a65d3d482b84119d54e540d6690e.tar.lz
nixpkgs-d70d5c9ddb90a65d3d482b84119d54e540d6690e.tar.xz
nixpkgs-d70d5c9ddb90a65d3d482b84119d54e540d6690e.tar.zst
nixpkgs-d70d5c9ddb90a65d3d482b84119d54e540d6690e.zip
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.
Diffstat (limited to 'pkgs/development/libraries/gnutls')
-rw-r--r--pkgs/development/libraries/gnutls/3.6.nix1
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 41f4b25c5a1..8b6090f3407 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
   '';
 })