mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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 {
|
||||
pname = "coin";
|
||||
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ boost libGLU_combined ];
|
||||
buildInputs = [ boost libGL libGLU ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://bitbucket.org/Coin3D/coin/wiki/Home";
|
||||
|
Loading…
Reference in New Issue
Block a user