Skip to content

Commit

Permalink
makeFontsConf: clean up
Browse files Browse the repository at this point in the history
The use of the argument was removed in 2016 but its definition was left behind.

cd2948a
  • Loading branch information
jtojnar committed Sep 3, 2020
1 parent b49a769 commit 6f96063
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkgs/development/libraries/fontconfig/make-fonts-conf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/fontconfig/make-fonts-conf.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down

0 comments on commit 6f96063

Please sign in to comment.