Merge pull request #160414 from stephaneyfx/update-redhat-fonts
redhat-official-fonts: 2.3.2 -> 4.0.2
This commit is contained in:
commit
ce85e03fe2
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ lib, fetchFromGitHub }:
|
{ lib, fetchFromGitHub }:
|
||||||
let
|
let
|
||||||
version = "2.3.2";
|
version = "4.0.2";
|
||||||
in
|
in
|
||||||
fetchFromGitHub {
|
fetchFromGitHub {
|
||||||
name = "redhat-official-${version}";
|
name = "redhat-official-${version}";
|
||||||
|
@ -11,11 +11,13 @@ fetchFromGitHub {
|
||||||
|
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
tar xf $downloadedFile --strip=1
|
tar xf $downloadedFile --strip=1
|
||||||
install -m444 -Dt $out/share/fonts/opentype OTF/*.otf
|
for kind in mono proportional; do
|
||||||
install -m444 -Dt $out/share/fonts/truetype TTF/*.ttf
|
install -m444 -Dt $out/share/fonts/opentype fonts/$kind/static/otf/*.otf
|
||||||
|
install -m444 -Dt $out/share/fonts/truetype fonts/$kind/static/ttf/*.ttf
|
||||||
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sha256 = "1afvxmgif61hb17g8inmxvq30vkzwh30mydlqpf0zgvaaz8qdwmv";
|
sha256 = "sha256-904uQtbAdLx9MJudLk/vVk/+uK0nsPbWbAeXrWxTHm8=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/RedHatOfficial/RedHatFont";
|
homepage = "https://github.com/RedHatOfficial/RedHatFont";
|
||||||
|
|
Loading…
Reference in a new issue