Skip to content

Commit

Permalink
nixos/fontconfig: fix broken xml quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 10, 2024
1 parent 86af11a commit 6a86664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/config/fonts/fontconfig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ let
# horrible sed hack to add the line that was accidentally removed
# from the default config in #324516
# FIXME: fix that, revert this
sed '5i <include ignore_missing="yes">/etc/fonts/conf.d</include>' -i $dst/../fonts.conf
sed '5i <include ignore_missing=\"yes\">/etc/fonts/conf.d</include>' -i $dst/../fonts.conf
# TODO: remove this legacy symlink once people stop using packages built before #95358 was merged
mkdir -p $out/etc/fonts/2.11
Expand Down

0 comments on commit 6a86664

Please sign in to comment.