lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #269862 from zopieux/master

python/hooks: use python.pythonVersion in catchConflicts to support other Pythons

authored by

Martin Weinelt and committed by
GitHub
71e21a72 b9ff1de1

+1 -1
+1 -1
pkgs/development/interpreters/python/hooks/default.nix
··· 107 107 makePythonHook { 108 108 name = "python-catch-conflicts-hook"; 109 109 substitutions = let 110 - useLegacyHook = lib.versionOlder python.version "3.10"; 110 + useLegacyHook = lib.versionOlder python.pythonVersion "3.10"; 111 111 in { 112 112 inherit pythonInterpreter pythonSitePackages; 113 113 catchConflicts = if useLegacyHook then