coin3d: Don't use libGLU_combined
This commit is contained in:
parent
5d24b1e97a
commit
52997f11ca
@ -1,4 +1,4 @@
|
|||||||
{ fetchFromBitbucket, stdenv, boost, cmake, libGLU_combined }:
|
{ fetchFromBitbucket, stdenv, boost, cmake, libGL, libGLU }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "coin";
|
pname = "coin";
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [ boost libGLU_combined ];
|
buildInputs = [ boost libGL libGLU ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://bitbucket.org/Coin3D/coin/wiki/Home";
|
homepage = "https://bitbucket.org/Coin3D/coin/wiki/Home";
|
||||||
|
Loading…
Reference in New Issue
Block a user