mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
pythonPackages.pivy: fix build
This commit is contained in:
parent
a4bf161505
commit
91fc12514f
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,9 @@ buildPythonPackage rec {
|
||||||
"-I${pkgs.qt5.qtbase.dev}/include/QtWidgets"
|
"-I${pkgs.qt5.qtbase.dev}/include/QtWidgets"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
dontUseQmakeConfigure = true;
|
||||||
|
dontUseCmakeConfigure = true;
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -39,6 +42,7 @@ buildPythonPackage rec {
|
||||||
homepage = http://pivy.coin3d.org/;
|
homepage = http://pivy.coin3d.org/;
|
||||||
description = "A Python binding for Coin";
|
description = "A Python binding for Coin";
|
||||||
license = licenses.bsd0;
|
license = licenses.bsd0;
|
||||||
|
maintainers = with maintainers; [ gebner ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue