makeFontsConf: clean up

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

cd2948a72e
This commit is contained in:
Jan Tojnar 2020-09-03 09:42:58 +02:00
parent b49a769970
commit 6f96063804
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -15,7 +15,6 @@
<xsl:output method='xml' encoding="UTF-8" doctype-system="fonts.dtd" />
<xsl:param name="fontDirectories" />
<xsl:param name="fontconfig" />
<xsl:template match="/fontconfig">