Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantm committed Jul 31, 2023
1 parent cfb1ecb commit 330cd99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/modules/python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ let
buildCommand = ''
mkdir -p $out/bin
makeWrapper ${python}/bin/python3 $out/bin/python3 \
--set LD_LIBRARY_PATH "${python-ld-library-path}" \
--set LD_LIBRARY_PATH ${python-ld-library-path} \
--prefix LD_LIBRARY_PATH : \$PYTHON_LD_LIBRARY_PATH \
--prefix PYTHONPATH : "${pypkgs.setuptools}/${python.sitePackages}"
ln -s $out/bin/python3 $out/bin/python
ln -s $out/bin/python3 $out/bin/python${community-version}
'';
Expand Down

0 comments on commit 330cd99

Please sign in to comment.