fira-code: Install all variants
This commit is contained in:
parent
87b5490592
commit
81fab8da3b
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
install -D -m 0644 -t "$out/share/fonts" "variable_ttf/Fira Code/FiraCode-VF.ttf"
|
|
||||||
|
install -D -m 0644 -t "$out/share/fonts" \
|
||||||
|
"ttf/Fira Code/"*.ttf \
|
||||||
|
"variable_ttf/Fira Code/"*.ttf
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue