Skip to content

Commit

Permalink
poetry: 1.0.10 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Oct 1, 2020
1 parent 327b6a6 commit 1bebfa7
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 1,510 deletions.
1 change: 1 addition & 0 deletions pkgs/poetry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ poetry2nix.mkPoetryApplication {

# "Vendor" dependencies (for build-system support)
postPatch = ''
echo "import sys" >> poetry/__init__.py
for path in ''${PYTHONPATH//:/ }; do echo $path; done | uniq | while read path; do
echo "sys.path.insert(0, \"$path\")" >> poetry/__init__.py
done
Expand Down
Loading

0 comments on commit 1bebfa7

Please sign in to comment.