nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

pythonPackages.pivy: fix build

(cherry picked from commit 17369ceae93d98cc85e18f3a88283842fea47c67)

authored by

timor and committed by
Robert Schütz
18e7ce4d 1e3a0e0d

+6 -1
+6 -1
pkgs/development/python-modules/pivy/default.nix
··· 16 16 sha256 = "18n14ha2d3j3ghg2f2aqnf2mks94nn7ma9ii7vkiwcay93zm82cf"; 17 17 }; 18 18 19 + nativeBuildInputs = with pkgs; [ 20 + swig1 coin3d soqt 21 + ]; 22 + 19 23 buildInputs = with pkgs; with xorg; [ 20 - swig1 coin3d soqt libGLU_combined 24 + coin3d soqt 25 + libGLU_combined 21 26 libXi libXext libSM libICE libX11 22 27 ]; 23 28