resholve: adapt to marking of py2 setuptools CVE
This commit is contained in:
committed by
Robert Schütz
parent
b553e927d2
commit
3580fa1a79
@@ -33,6 +33,9 @@ let
|
||||
stripIdlelib = true;
|
||||
stripTests = true;
|
||||
enableOptimizations = false;
|
||||
packageOverrides = prev: final: {
|
||||
setuptools = removeKnownVulnerabilities final.setuptools;
|
||||
};
|
||||
};
|
||||
callPackage = lib.callPackageWith (pkgsBuildHost // { python27 = python27'; });
|
||||
source = callPackage ./source.nix { };
|
||||
|
||||
Reference in New Issue
Block a user