mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
inconsolata-lgc: git-2015-04-18 -> 1.3 (#25641)
* inconsolata-lgc: git-2015-04-18 -> 1.3 * lgc.nix: fix evaluation
This commit is contained in:
parent
5385a8e216
commit
c3bbc8adea
@ -446,6 +446,7 @@
|
|||||||
relrod = "Ricky Elrod <ricky@elrod.me>";
|
relrod = "Ricky Elrod <ricky@elrod.me>";
|
||||||
renzo = "Renzo Carbonara <renzocarbonara@gmail.com>";
|
renzo = "Renzo Carbonara <renzocarbonara@gmail.com>";
|
||||||
retrry = "Tadas Barzdžius <retrry@gmail.com>";
|
retrry = "Tadas Barzdžius <retrry@gmail.com>";
|
||||||
|
rht = "rht <rhtbot@protonmail.com>";
|
||||||
rick68 = "Wei-Ming Yang <rick68@gmail.com>";
|
rick68 = "Wei-Ming Yang <rick68@gmail.com>";
|
||||||
rickynils = "Rickard Nilsson <rickynils@gmail.com>";
|
rickynils = "Rickard Nilsson <rickynils@gmail.com>";
|
||||||
rlupton20 = "Richard Lupton <richard.lupton@gmail.com>";
|
rlupton20 = "Richard Lupton <richard.lupton@gmail.com>";
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "inconsolata-lgc-${version}";
|
name = "inconsolata-lgc-${version}";
|
||||||
version = "git-2015-04-18";
|
version = "1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MihailJP";
|
owner = "MihailJP";
|
||||||
repo = "Inconsolata-LGC";
|
repo = "Inconsolata-LGC";
|
||||||
rev = "30bbc1bd82502bf76f1cc5553f17388da2ba20e7";
|
rev = "8adfef7a7316fcd2e9a5857054c7cdb2babeb35d";
|
||||||
sha256 = "02af2gpksdxdp7zfh5qhgfqzc6gvah9v4ph818irwhs9gcq8833c";
|
sha256 = "0dqjj3mlc28s8ljnph6l086b4j9r5dly4fldq59crycwys72zzai";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ fontforge ];
|
buildInputs = [ fontforge ];
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
cp -v AUTHORS ChangeLog COPYING License.txt README "$out/doc/${name}" || true
|
cp -v AUTHORS ChangeLog COPYING License.txt README "$out/doc/${name}" || true
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Fork of Inconsolata font, with proper support of Cyrillic and Greek";
|
description = "Fork of Inconsolata font, with proper support of Cyrillic and Greek";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Inconsolata is one of the most suitable font for programmers created by Raph
|
Inconsolata is one of the most suitable font for programmers created by Raph
|
||||||
@ -50,11 +50,9 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# See `License.txt' for details.
|
# See `License.txt' for details.
|
||||||
license = stdenv.lib.licenses.ofl;
|
license = licenses.ofl;
|
||||||
homepage = https://github.com/MihailJP/Inconsolata-LGC;
|
homepage = https://github.com/MihailJP/Inconsolata-LGC;
|
||||||
maintainers = [
|
maintainers = with maintainers; [ avnik rht ];
|
||||||
stdenv.lib.maintainers.avnik
|
platforms = platforms.linux;
|
||||||
];
|
|
||||||
platforms = stdenv.lib.platforms.linux;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user