mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
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:
parent
15eb4c361c
commit
aca17ae849
|
@ -16,7 +16,10 @@ buildPythonPackage rec {
|
||||||
sha256 = "18n14ha2d3j3ghg2f2aqnf2mks94nn7ma9ii7vkiwcay93zm82cf";
|
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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://pivy.coin3d.org/;
|
homepage = http://pivy.coin3d.org/;
|
||||||
|
|
Loading…
Reference in a new issue