Merge pull request #68413 from manveru/fix-gpgme-gem

gem-config: fix gpgme
This commit is contained in:
Sarah Brofeldt 2019-09-10 16:57:12 +02:00 committed by GitHub
commit 8d6878c861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,6 +198,7 @@ in
gpgme = attrs: {
buildInputs = [ gpgme ];
buildFlags = [ "--use-system-libraries" ];
};
gio2 = attrs: {