Skip to content

Commit

Permalink
python3Packages.pivy: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
betaboon authored and Jonathan Ringer committed Feb 22, 2022
1 parent e88b01c commit 0d03335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pivy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
'';

Expand Down

0 comments on commit 0d03335

Please sign in to comment.