mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Merge pull request #760 from nix-community/poetry-core-find
overrides.poetry-core: Remove superflous find call
This commit is contained in:
commit
80680bf4b5
1 changed files with 0 additions and 2 deletions
|
@ -1473,8 +1473,6 @@ lib.composeManyExtensions [
|
|||
{
|
||||
# "Vendor" dependencies (for build-system support)
|
||||
postPatch = ''
|
||||
find .
|
||||
|
||||
echo "import sys" >> ${initFile}
|
||||
for path in $propagatedBuildInputs; do
|
||||
echo "sys.path.insert(0, \"$path\")" >> ${initFile}
|
||||
|
|
Loading…
Add table
Reference in a new issue