pythonPackages.nototools: 2015-09-16 -> 2016-03-25
This commit is contained in:
parent
f4fa3565b8
commit
8862c5db0c
@ -11834,11 +11834,17 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nototools = buildPythonPackage rec {
|
nototools = buildPythonPackage rec {
|
||||||
version = "git-2015-09-16";
|
version = "git-2016-03-25";
|
||||||
name = "nototools-${version}";
|
name = "nototools-${version}";
|
||||||
disabled = isPy3k;
|
|
||||||
|
|
||||||
pythonPath = with self; [ fonttools numpy ];
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "googlei18n";
|
||||||
|
repo = "nototools";
|
||||||
|
rev = "4f7b067d1b18f59288e5eaee34db5b0abd3a3f63";
|
||||||
|
sha256 = "05brbkfg77ij4pmcrhq9302albzdalr9gv6jfdsbyyi2k8j85gbn";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with self; [ fonttools numpy ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -ie "s^join(_DATA_DIR_PATH,^join(\"$out/third_party/ucd\",^" nototools/unicode_data.py
|
sed -ie "s^join(_DATA_DIR_PATH,^join(\"$out/third_party/ucd\",^" nototools/unicode_data.py
|
||||||
@ -11848,11 +11854,12 @@ in modules // {
|
|||||||
cp -r third_party $out
|
cp -r third_party $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
disabled = isPy3k;
|
||||||
owner = "googlei18n";
|
|
||||||
repo = "nototools";
|
meta = {
|
||||||
rev = "5a79bee819941849da7b414447929fc7ba6c2c08";
|
description = "Noto fonts support tools and scripts plus web site generation";
|
||||||
sha256 = "0srrmyrjgksk4c6smgi1flyq325r4ma8r6bpkvbn731q3yykhmaa";
|
license = licenses.asl20;
|
||||||
|
homepage = https://github.com/googlei18n/nototools;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user