pythonPackages.pivy: provide libs missed by the linker

It builds again now, though it seems outdated.
I suspect this is needed after the large X update.
This commit is contained in:
Vladimír Čunát 2019-01-13 15:46:17 +01:00
parent 15eb4c361c
commit aca17ae849
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -16,7 +16,10 @@ buildPythonPackage rec {
sha256 = "18n14ha2d3j3ghg2f2aqnf2mks94nn7ma9ii7vkiwcay93zm82cf";
};
buildInputs = [ pkgs.swig1 pkgs.coin3d pkgs.soqt pkgs.libGLU_combined pkgs.xorg.libXi ];
buildInputs = with pkgs; with xorg; [
swig1 coin3d soqt libGLU_combined
libXi libXext libSM libICE libX11
];
meta = with stdenv.lib; {
homepage = http://pivy.coin3d.org/;