libgcrypt: mention PR, upstream issue
This commit is contained in:
parent
7cfdb8950d
commit
6c16f3d626
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue