python3Packages.pivy: fix build

This commit is contained in:
betaboon
2022-02-21 16:56:09 -08:00
committed by Jonathan Ringer
parent e88b01cc7c
commit 0d033358d6
@@ -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}'
'';