libgcrypt, libgpg-error, busybox: improve determinism

This commit is contained in:
Alexander Kjeldaas
2014-09-13 15:04:43 +02:00
committed by Vladimír Čunát
parent 3bf4362381
commit bee22ab79e
5 changed files with 28 additions and 0 deletions
@@ -14,6 +14,8 @@ stdenv.mkDerivation (rec {
doCheck = true;
patches = [ ./no-build-timestamp.patch ];
meta = {
description = "Libgpg-error, a small library that defines common error values for all GnuPG components";