mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gentium-plus: rename from gentium
Upstream has named this font 'GentiumPlus' all the time, and stopped releasing new versions of this font, but began to release a font named simply 'Gentium' straight at version 7.000.
This commit is contained in:
parent
496731bdbe
commit
c93299fd44
4 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@
|
|||
cantarell-fonts
|
||||
twitter-color-emoji
|
||||
source-code-pro
|
||||
gentium
|
||||
gentium-plus
|
||||
];
|
||||
fonts.fontconfig.defaultFonts = {
|
||||
serif = [ "Gentium Plus" ];
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "gentium";
|
||||
pname = "gentium-plus";
|
||||
version = "6.200";
|
||||
|
||||
src = fetchzip {
|
|
@ -2,7 +2,7 @@
|
|||
lib,
|
||||
buildNimPackage,
|
||||
fetchFromSourcehut,
|
||||
gentium,
|
||||
gentium-plus,
|
||||
makeDesktopItem,
|
||||
}:
|
||||
|
||||
|
@ -19,7 +19,7 @@ buildNimPackage (finalAttrs: {
|
|||
|
||||
lockFile = ./lock.json;
|
||||
|
||||
HOTTEXT_FONT_PATH = "${gentium}/share/fonts/truetype/GentiumPlus-Regular.ttf";
|
||||
HOTTEXT_FONT_PATH = "${gentium-plus}/share/fonts/truetype/GentiumPlus-Regular.ttf";
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
categories = [ "Utility" ];
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
libiconv,
|
||||
# FONTCONFIG_FILE
|
||||
makeFontsConf,
|
||||
gentium,
|
||||
gentium-plus,
|
||||
|
||||
# passthru.tests
|
||||
runCommand,
|
||||
|
@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
FONTCONFIG_FILE = makeFontsConf {
|
||||
fontDirectories = [
|
||||
gentium
|
||||
gentium-plus
|
||||
];
|
||||
};
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue