mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
gnupg: Add comment about when to drop fix-gpgsm-linking.patch
This commit is contained in:
parent
092b6b68a0
commit
ac2836610d
@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
|
||||
readline libusb gnutls adns openldap zlib bzip2
|
||||
];
|
||||
|
||||
# gpgsm-linking is fixed by commit (c49c43d7) in the gnupg master branch;
|
||||
# fix-gpgsm-linking.patch should be dropped after gnupg 2.1.15 is released
|
||||
patches = [ ./fix-gpgsm-linking.patch ];
|
||||
|
||||
postPatch = stdenv.lib.optionalString stdenv.isLinux ''
|
||||
|
Loading…
Reference in New Issue
Block a user