mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
licensecheck override
The `setup.py` generated by poetry appears to be broken for some reason.
This commit is contained in:
parent
2a0564d564
commit
963b399985
1 changed files with 4 additions and 0 deletions
|
@ -594,6 +594,10 @@ self: super:
|
|||
propagatedBuildInputs = [ pkgs.libvirt ];
|
||||
});
|
||||
|
||||
licensecheck = super.licensecheck.overridePythonAttrs (old: {
|
||||
dontPreferSetupPy = true;
|
||||
});
|
||||
|
||||
llvmlite = super.llvmlite.overridePythonAttrs (
|
||||
old:
|
||||
let
|
||||
|
|
Loading…
Add table
Reference in a new issue