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

View File

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