licensecheck override

The `setup.py` generated by poetry appears to be broken for some reason.
This commit is contained in:
Derek Kulinski 2021-09-14 16:22:26 -07:00 committed by GitHub
parent 2a0564d564
commit 963b399985
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -594,6 +594,10 @@ self: super:
propagatedBuildInputs = [ pkgs.libvirt ];
});
licensecheck = super.licensecheck.overridePythonAttrs (old: {
dontPreferSetupPy = true;
});
llvmlite = super.llvmlite.overridePythonAttrs (
old:
let