* Updated the generator to handle some missing dependencies.

Also updated some X.org packages (notably xorg-server)
  as well as freetype.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15191
This commit is contained in:
Eelco Dolstra
2009-04-20 16:02:50 +00:00
parent b1e2bb54f2
commit 077b0157a0
6 changed files with 99 additions and 99 deletions
@@ -1,7 +1,5 @@
{stdenv, fetchurl, freetype, expat}:
assert freetype != null && expat != null;
stdenv.mkDerivation {
name = "fontconfig-2.6.0";