python3Packages.pivy: fix build

This commit is contained in:
betaboon 2022-02-21 09:32:44 +01:00 committed by Jonathan Ringer
parent e88b01cc7c
commit 0d033358d6

View File

@ -35,7 +35,7 @@ buildPythonPackage rec {
doCheck = false;
postPatch = ''
substituteInPlace CMakeLists.txt --replace \$'{SoQt_INCLUDE_DIRS}' \
substituteInPlace distutils_cmake/CMakeLists.txt --replace \$'{SoQt_INCLUDE_DIRS}' \
\$'{Coin_INCLUDE_DIR}'\;\$'{SoQt_INCLUDE_DIRS}'
'';