overrides.poetry-core: Remove superflous find call

This commit is contained in:
adisbladis 2022-10-10 15:00:00 +13:00
parent 73c9f4bd1b
commit 3fb3ff3c00

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}