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

Configure Feed

Select the types of activity you want to include in your feed.

coin3d: Don't use libGLU_combined

+2 -2
+2 -2
pkgs/development/libraries/coin3d/default.nix
··· 1 - { fetchFromBitbucket, stdenv, boost, cmake, libGLU_combined }: 1 + { fetchFromBitbucket, stdenv, boost, cmake, libGL, libGLU }: 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "coin"; ··· 16 16 ''; 17 17 18 18 nativeBuildInputs = [ cmake ]; 19 - buildInputs = [ boost libGLU_combined ]; 19 + buildInputs = [ boost libGL libGLU ]; 20 20 21 21 meta = { 22 22 homepage = "https://bitbucket.org/Coin3D/coin/wiki/Home";