librsvg: make-fonts-conf: update with correct native deps
This commit is contained in:
committed by
John Ericson
parent
a891ae5130
commit
3bcede8f5c
@@ -2,7 +2,8 @@
|
||||
|
||||
runCommand "fonts.conf"
|
||||
{
|
||||
buildInputs = [ libxslt fontconfig ];
|
||||
nativeBuildInputs = [ libxslt ];
|
||||
buildInputs = [ fontconfig ];
|
||||
# Add a default font for non-nixos systems, <1MB and in nixos defaults.
|
||||
fontDirectories = fontDirectories ++ [ dejavu_fonts.minimal ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user