Remove ttmkfdir reference
svn path=/nixpkgs/trunk/; revision=24659
This commit is contained in:
parent
5d0d35d0da
commit
eed53122c1
@ -5116,7 +5116,7 @@ let
|
||||
corefonts = callPackage ../data/fonts/corefonts { };
|
||||
|
||||
wrapFonts = paths : ((import ../data/fonts/fontWrap) {
|
||||
inherit fetchurl stdenv builderDefs paths ttmkfdir;
|
||||
inherit fetchurl stdenv builderDefs paths;
|
||||
inherit (xorg) mkfontdir mkfontscale;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user