Merge pull request #54265 from smaximov/gem-config-digest-sha3

gem-config: add digest-sha3
This commit is contained in:
Alyssa Ross 2019-01-19 17:27:44 +00:00 committed by GitHub
commit 0bf9656a57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,10 @@ in
'';
};
digest-sha3 = attrs: {
hardeningDisable = [ "format" ];
};
ethon = attrs: {
dontBuild = false;
postPatch = ''