pythonPackages.pivy: disable on 3.x

This commit is contained in:
Frederik Rietdijk 2017-05-03 08:57:06 +02:00
parent 82e99edf31
commit a6175a477c

View file

@ -31302,6 +31302,7 @@ EOF
rev = "8eab90908f2a3adcc414347566f4434636202344";
sha256 = "18n14ha2d3j3ghg2f2aqnf2mks94nn7ma9ii7vkiwcay93zm82cf";
};
disabled = isPy3k; # Judging from SyntaxError
buildInputs = with self; [ pkgs.swig1 pkgs.coin3d pkgs.soqt pkgs.mesa pkgs.xorg.libXi ];
};