resholve: adapt to marking of py2 setuptools CVE

This commit is contained in:
Travis A. Everett
2026-05-03 12:54:36 -07:00
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 { };