Skip to content

Commit

Permalink
inconsolata: change source path for new google fonts (#111556)
Browse files Browse the repository at this point in the history
#110027 updated google-fonts to a new version. In the source of the new
version, the built Inconsolata font files are in a different
subdirectory.
  • Loading branch information
Milan committed Feb 1, 2021
1 parent f72f55f commit 26187c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/data/fonts/inconsolata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stdenv.mkDerivation {
inherit (google-fonts) src version;

installPhase = ''
install -m644 --target $out/share/fonts/truetype/inconsolata -D $src/ofl/inconsolata/*.ttf
install -m644 --target $out/share/fonts/truetype/inconsolata -D $src/ofl/inconsolata/static/*.ttf
'';

meta = with lib; {
Expand Down

0 comments on commit 26187c6

Please sign in to comment.