forked from mirrors/nixpkgs
* Oops.
svn path=/nixpkgs/trunk/; revision=4570
This commit is contained in:
parent
0bb8593bbb
commit
d788f078fe
|
@ -1149,7 +1149,8 @@ rec {
|
|||
};
|
||||
|
||||
mesa = (import ../development/libraries/mesa) {
|
||||
inherit fetchurl stdenv xlibs;
|
||||
inherit fetchurl stdenv x11;
|
||||
inherit (xlibs) libXmu libXi;
|
||||
};
|
||||
|
||||
chmlib = (import ../development/libraries/chmlib) {
|
||||
|
|
Loading…
Reference in a new issue