summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan <me@pbb.lc>2021-02-01 14:42:11 +0100
committerGitHub <noreply@github.com>2021-02-01 14:42:11 +0100
commit26187c65b637c2ee2a27674a5585af8106878736 (patch)
tree612b1c01870d8cbc8a299e3f2ab3c46f72590edd
parentf72f55f69080a32c7f58a113049db36dcfa75f10 (diff)
inconsolata: change source path for new google fonts (#111556)
#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.
-rw-r--r--pkgs/data/fonts/inconsolata/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/inconsolata/default.nix b/pkgs/data/fonts/inconsolata/default.nix
index f064b4f61923..530bb0380d23 100644
--- a/pkgs/data/fonts/inconsolata/default.nix
+++ b/pkgs/data/fonts/inconsolata/default.nix
@@ -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; {