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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user