Skip to content

Commit

Permalink
remove consolas too
Browse files Browse the repository at this point in the history
  • Loading branch information
leo60228 committed Oct 25, 2024
1 parent ec02dd5 commit c02195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/office-2007-fonts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ stdenvNoCC.mkDerivation rec {
runHook preInstall
shopt -s extglob
install -Dm644 !(SEGOE*).TTF -t $out/share/fonts/truetype
install -Dm644 !(SEGOE*|CONSOLA*).TTF -t $out/share/fonts/truetype
runHook postInstall
'';
Expand Down

0 comments on commit c02195c

Please sign in to comment.