mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
makeFontsConf: clean up
The use of the argument was removed in 2016 but its definition was left behind.
cd2948a72e
This commit is contained in:
parent
b49a769970
commit
6f96063804
@ -9,7 +9,6 @@ runCommand "fonts.conf"
|
|||||||
}
|
}
|
||||||
''
|
''
|
||||||
xsltproc --stringparam fontDirectories "$fontDirectories" \
|
xsltproc --stringparam fontDirectories "$fontDirectories" \
|
||||||
--stringparam fontconfig "${fontconfig.out}" \
|
|
||||||
--path ${fontconfig.out}/share/xml/fontconfig \
|
--path ${fontconfig.out}/share/xml/fontconfig \
|
||||||
${./make-fonts-conf.xsl} ${fontconfig.out}/etc/fonts/fonts.conf \
|
${./make-fonts-conf.xsl} ${fontconfig.out}/etc/fonts/fonts.conf \
|
||||||
> $out
|
> $out
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
<xsl:output method='xml' encoding="UTF-8" doctype-system="fonts.dtd" />
|
<xsl:output method='xml' encoding="UTF-8" doctype-system="fonts.dtd" />
|
||||||
|
|
||||||
<xsl:param name="fontDirectories" />
|
<xsl:param name="fontDirectories" />
|
||||||
<xsl:param name="fontconfig" />
|
|
||||||
|
|
||||||
<xsl:template match="/fontconfig">
|
<xsl:template match="/fontconfig">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user