* Refactoring: move fontconfig out of xlibs.
svn path=/nixpkgs/trunk/; revision=4221
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, pkgconfig, freetype, expat}:
|
||||
{stdenv, fetchurl, pkgconfig, freetype, fontconfig}:
|
||||
|
||||
rec {
|
||||
|
||||
@@ -46,10 +46,6 @@ rec {
|
||||
inherit fetchurl stdenv pkgconfig libX11 renderext;
|
||||
};
|
||||
|
||||
fontconfig = (import ./fontconfig) {
|
||||
inherit fetchurl stdenv freetype expat;
|
||||
};
|
||||
|
||||
libXft = (import ./libXft) {
|
||||
inherit fetchurl stdenv pkgconfig libX11 libXrender freetype fontconfig;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user