libgcrypt: mention PR, upstream issue

This commit is contained in:
Will Dietz 2018-06-20 14:03:58 -05:00
parent 7cfdb8950d
commit 6c16f3d626

View file

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
# The build enables -O2 by default for everything else.
hardeningDisable = stdenv.lib.optional stdenv.cc.isClang "fortify";
# Accepted upstream, should be in next update: #42150, https://dev.gnupg.org/T4034
patches = [ ./fix-jent-locking.patch ];
depsBuildBuild = [ buildPackages.stdenv.cc ];