pythonPackages.pivy: fix build
This commit is contained in:
parent
4b0cc7599e
commit
17369ceae9
1 changed files with 6 additions and 1 deletions
|
@ -16,8 +16,13 @@ buildPythonPackage rec {
|
||||||
sha256 = "18n14ha2d3j3ghg2f2aqnf2mks94nn7ma9ii7vkiwcay93zm82cf";
|
sha256 = "18n14ha2d3j3ghg2f2aqnf2mks94nn7ma9ii7vkiwcay93zm82cf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = with pkgs; [
|
||||||
|
swig1 coin3d soqt
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = with pkgs; with xorg; [
|
buildInputs = with pkgs; with xorg; [
|
||||||
swig1 coin3d soqt libGLU_combined
|
coin3d soqt
|
||||||
|
libGLU_combined
|
||||||
libXi libXext libSM libICE libX11
|
libXi libXext libSM libICE libX11
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue