mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Remove ttmkfdir reference
svn path=/nixpkgs/trunk/; revision=24659
This commit is contained in:
parent
5d0d35d0da
commit
eed53122c1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue