fix (now installs into ;)
svn path=/nixpkgs/trunk/; revision=10183
This commit is contained in:
parent
8791768139
commit
817d45cb23
@ -7,11 +7,13 @@ args.stdenv.mkDerivation {
|
|||||||
sha256 = "1kjr1fchnl785wsg11vzc03q3pm12lh20n1i593zr1xqfjgx2b4h";
|
sha256 = "1kjr1fchnl785wsg11vzc03q3pm12lh20n1i593zr1xqfjgx2b4h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =(with args; [mesa x11 libXmu libXi libtool]);
|
buildInputs =(with args; [mesa x11 libXmu libXi]);
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "cross-platform open-source C/C++ extension loading library";
|
description = "cross-platform open-source C/C++ extension loading library";
|
||||||
homepage = http://glew.sourceforge.net/;
|
homepage = http://glew.sourceforge.net/;
|
||||||
license = ["BSD" "GLX" "SGI-B" "GPL2"]; # License description copied from gentoo-1.4.0
|
license = ["BSD" "GLX" "SGI-B" "GPL2"]; # License description copied from gentoo-1.4.0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
installPhase="GLEW_DEST=\$out make install";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user