makeFontsConf: clean up

The use of the argument was removed in 2016 but its definition was left behind.

https://github.com/NixOS/nixpkgs/commit/cd2948a72e3116a3a42f1f523fe2638db994362c
This commit is contained in:
Jan Tojnar
2020-09-03 09:42:58 +02:00
parent b49a769970
commit 6f96063804
2 changed files with 0 additions and 2 deletions
@@ -9,7 +9,6 @@ runCommand "fonts.conf"
}
''
xsltproc --stringparam fontDirectories "$fontDirectories" \
--stringparam fontconfig "${fontconfig.out}" \
--path ${fontconfig.out}/share/xml/fontconfig \
${./make-fonts-conf.xsl} ${fontconfig.out}/etc/fonts/fonts.conf \
> $out