FullDepEntry -> fullDepEntry
svn path=/nixos/trunk/; revision=15661
This commit is contained in:
parent
393cc8e8b9
commit
2dbc8d7549
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue