mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21: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 ];
|
propagatedBuildInputs = [ pkgs.libvirt ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
licensecheck = super.licensecheck.overridePythonAttrs (old: {
|
||||||
|
dontPreferSetupPy = true;
|
||||||
|
});
|
||||||
|
|
||||||
llvmlite = super.llvmlite.overridePythonAttrs (
|
llvmlite = super.llvmlite.overridePythonAttrs (
|
||||||
old:
|
old:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Reference in a new issue