Merge pull request #760 from nix-community/poetry-core-find

overrides.poetry-core: Remove superflous find call
This commit is contained in:
adisbladis 2022-10-10 16:39:44 +13:00 committed by GitHub
commit 80680bf4b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}