pythonPackages.pivy: fix build

This commit is contained in:
timor 2019-03-18 20:59:34 +01:00
parent 4b0cc7599e
commit 17369ceae9

View file

@ -16,8 +16,13 @@ buildPythonPackage rec {
sha256 = "18n14ha2d3j3ghg2f2aqnf2mks94nn7ma9ii7vkiwcay93zm82cf";
};
nativeBuildInputs = with pkgs; [
swig1 coin3d soqt
];
buildInputs = with pkgs; with xorg; [
swig1 coin3d soqt libGLU_combined
coin3d soqt
libGLU_combined
libXi libXext libSM libICE libX11
];