gnupg1orig: Remove left-over debug message.

Patch committed by James Cook <james.cook@utoronto.ca>.
This commit is contained in:
Petar Bogdanovic
2015-03-28 16:53:48 -07:00
committed by James Cook
parent aed1895643
commit 273d31fff4
2 changed files with 24 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "7f09319d044b0f6ee71fe3587bb873be701723ac0952cff5069046a78de8fd86";
};
patches = [ ./remove-debug-message.patch ];
buildInputs = [ readline bzip2 ];
doCheck = true;