Skip to content

Commit

Permalink
renderers.buildPythonPackage: Use already parsed interpreter version …
Browse files Browse the repository at this point in the history
…from PEP-508 env
  • Loading branch information
adisbladis committed Aug 18, 2024
1 parent 9115354 commit fd6d00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/renderers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ in
inherit environ extras;
};

pythonVersion = pep440.parseVersion python.version;
pythonVersion = environ.python_full_version.value;

pythonPackages = python.pkgs;

Expand Down

0 comments on commit fd6d00f

Please sign in to comment.