* small fix

svn path=/nixpkgs/trunk/; revision=10169
This commit is contained in:
Andres Löh 2008-01-16 10:28:47 +00:00
parent 9b86ccf8ce
commit 28e24e745f

View File

@ -1850,7 +1850,7 @@ rec {
};
glew = import ../development/libraries/glew {
inherit fetchurl stdenv mesa x11;
inherit fetchurl stdenv mesa x11 libtool;
inherit (xlibs) libXmu libXi;
};