* Mesa (an OpenGL implementation).

svn path=/nixpkgs/trunk/; revision=1045
This commit is contained in:
Eelco Dolstra
2004-06-09 17:53:30 +00:00
parent 3ac1041bfa
commit 7bbd1fd535
3 changed files with 37 additions and 0 deletions

View File

@@ -440,6 +440,10 @@ rec {
inherit fetchurl stdenv pkgconfig freetype expat;
};
mesa = (import ../development/libraries/mesa) {
inherit fetchurl stdenv xlibs;
};
chmlib = (import ../development/libraries/chmlib) {
inherit fetchurl stdenv libtool;
};