mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01: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
1 changed files with 4 additions and 1 deletions
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue