forked from mirrors/nixpkgs
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.
This commit is contained in:
parent
f72f55f690
commit
26187c65b6
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue