mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Add more setuptools overrides
This commit is contained in:
parent
82f108588e
commit
3f576471a2
1 changed files with 4 additions and 0 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue