FullDepEntry -> fullDepEntry

svn path=/nixos/trunk/; revision=15661
This commit is contained in:
Marc Weber 2009-05-19 23:25:13 +00:00
parent 393cc8e8b9
commit 2dbc8d7549
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ args : with args; with builderDefs;
buildInputs = [mkfontdir mkfontscale ttmkfdir];
configureFlags = [];
fontDirs = import ./fonts.nix {inherit pkgs config;};
installPhase = FullDepEntry ("
installPhase = fullDepEntry ("
list='';
for i in ${toString fontDirs} ; do
if [ -d \$i/ ]; then