fix (now installs into ;)

svn path=/nixpkgs/trunk/; revision=10183
This commit is contained in:
Marc Weber 2008-01-17 00:34:19 +00:00
parent 8791768139
commit 817d45cb23

View file

@ -7,11 +7,13 @@ args.stdenv.mkDerivation {
sha256 = "1kjr1fchnl785wsg11vzc03q3pm12lh20n1i593zr1xqfjgx2b4h";
};
buildInputs =(with args; [mesa x11 libXmu libXi libtool]);
buildInputs =(with args; [mesa x11 libXmu libXi]);
meta = {
description = "cross-platform open-source C/C++ extension loading library";
homepage = http://glew.sourceforge.net/;
license = ["BSD" "GLX" "SGI-B" "GPL2"]; # License description copied from gentoo-1.4.0
};
installPhase="GLEW_DEST=\$out make install";
}