Loading pkgs/development/misc/resholve/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading pkgs/development/python2-modules/setuptools/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,9 @@ buildPythonPackage { psfl zpl20 ]; knownVulnerabilities = [ "CVE-2025-47273" ]; platforms = python.meta.platforms; priority = 10; }; Loading Loading
pkgs/development/misc/resholve/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/development/python2-modules/setuptools/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,9 @@ buildPythonPackage { psfl zpl20 ]; knownVulnerabilities = [ "CVE-2025-47273" ]; platforms = python.meta.platforms; priority = 10; }; Loading