Add more setuptools overrides

This commit is contained in:
adisbladis 2019-11-19 22:42:43 +00:00
parent 82f108588e
commit 3f576471a2
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -67,6 +67,8 @@ in {
buildInputs = old.buildInputs ++ [ pkgs.libffi ];
});
cbor2 = addSetupTools;
configparser = addSetupTools;
cryptography = self: super: drv: drv.overrideAttrs(old: {
@ -87,6 +89,8 @@ in {
pyyaml = renameLiteral "PyYAML";
hypothesis = addSetupTools;
pillow = let
pillowOverride = self: super: drv: drv.overrideAttrs(old: {
nativeBuildInputs = [ pkgs.pkgconfig ]