Commit Graph

40 Commits

Author SHA1 Message Date
Sandro Jäckel
89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Sandro Jäckel
c4d6162d67
noto-fonts: remove unused input 2021-03-03 16:23:58 +01:00
Sandro Jäckel
b1e42ebb1f
noto-fonts: remove unused input 2021-03-03 16:23:58 +01:00
Ben Siraphob
d13840759c pkgs/data: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Samuel Dionne-Riel
174db5caad noto-fonts-emoji: Work around Hydra silence timeouts by being noisy
The added noise should keep Hydra from stopping this build thinking it
is hanging doing nothing, while in fact it's just churning slowly
through thousands of funny pictures!
2020-09-29 17:46:22 -04:00
sternenseemann
ebd9355231 noto-fonts-emoji: unstable-2020-08-20 → 2020-09-16-unicode13.1 2020-09-17 19:55:25 +02:00
sternenseemann
e8a612c066 pythonPackages.nototools: 0.2.12 → 0.2.13 2020-09-17 19:55:25 +02:00
sternenseemann
0cfc9f47ce noto-fonts-emoji-blob-bin: remove url syntax in homepage 2020-08-30 10:17:23 -07:00
sternenseemann
079b8e1c5d noto-fonts-emoji: unstable-2019-10-22 → unstable-2020-08-20
Now supports Unicode 13.0.
2020-08-30 10:17:23 -07:00
sternenseemann
a22e9ae45d pythonPackages.nototools: unstable-2019-10-21 → 0.2.12 2020-08-30 10:17:23 -07:00
Lassulus
9480bae337
Merge pull request #69734 from rileyinman/blobmoji
noto-fonts-emoji-blob-bin: init at 2019-06-14-Emoji-12
2020-06-18 09:06:33 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Riley Inman
27e52af5a5 noto-fonts-emoji-blob-bin: init at 2019-06-14-Emoji-12 2020-02-29 16:31:47 -05:00
Emily
cf792da835 noto-fonts-cjk: 1.004 -> 2.001 2020-02-29 14:43:02 +03:00
Emily
fe690a84eb noto-fonts{,-extra}: 2018-11-30 -> 2020-01-23 2020-02-29 14:09:23 +03:00
Frederik Rietdijk
22c483a793 noto-fonts-emoji: 2018-08-10-unicode11 -> unstable-2019-10-22
update version for python3 compatibility
2019-10-29 13:53:04 +01:00
Frederik Rietdijk
accec23188 pythonPackages.nototools: make python 3 compatible and use that one 2019-10-29 13:53:04 +01:00
Frederik Rietdijk
ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Jan Tojnar
dd7ec2ea97
python2Packages.nototools: 2017-09-25 → 2019-03-20 2019-08-29 17:24:10 +02:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth
c9eb44eab3 data/fonts: cleanup
* make font derivations fixed-output where applicable
 * fix dead links
 * `stdenv.lib` -> `lib` where `stdenv` is not involved
 * remove `meta.platforms = [ unix ]` and `meta.platforms = [ linux ]` because the restriction has no sense for data packages
2019-05-13 06:03:31 +00:00
Cole Mickens
d13f9de5ef
noto-fonts: update 2017-10-24 -> 2018-11-30
Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
2018-12-04 04:05:53 -08:00
Renaud
51435b4ac5
noto-fonts-emoji: fix licenses 2018-11-24 18:23:53 +01:00
Will Dietz
84bd0c6859 noto-fonts-emoji: 2018-04-24-pistol-update -> 2018-08-10-unicode11
https://github.com/googlei18n/noto-emoji/releases/tag/v2018-08-10-unicode11
2018-11-23 17:01:35 -06:00
ash lea
335d79bf7e noto-fonts-emoji: 2017-09-13 -> 2018-04-24 2018-08-19 01:37:58 -04:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Thomas Tuegel
8f43bb4e23
noto-fonts: separate package for unusual weights
Noto provides a large number of unusual font weights so that the complete
package of fonts is more than 300 MB in size. Most of these weights are moved
into noto-fonts-extra; noto-fonts retains the ordinary weights and styles.

See also: #31543
2018-05-28 13:14:03 -05:00
Vladimír Čunát
6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Benjamin Staffin
a1e340fab2
noto fonts and tools: update to newer tagged releases (#31543)
* noto fonts and tools: update to newer tagged releases

* noto-tools: split out to a separate file
2017-11-22 00:19:48 -05:00
volth
973ebce996 noto-fonts, noto-fonts-cjk: make the font derivation fixed-output
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754)
2017-08-11 15:41:59 +02:00
Nikolay Amiantov
e65b0b851b noto-fonts-emoji: add uncommited fix 2016-03-29 21:05:32 +03:00
Nikolay Amiantov
f4fa3565b8 noto-fonts-emoji: 2015-08-17 -> 2016-03-17 2016-03-29 21:02:16 +03:00
Nikolay Amiantov
08db1b19a2 noto-fonts-cjk: cleanup 2016-03-29 21:02:16 +03:00
Nikolay Amiantov
9c8f810f83 noto-fonts: 2015-09-08 -> 2016-03-29 2016-03-29 21:02:15 +03:00
Vladimír Čunát
a40edcb1ba noto-fonts-emoji: fixup chrooted build
http://hydra.nixos.org/build/26141137
/cc #9949 and maintainer @mathnerd314.
2015-09-21 11:32:06 +02:00
Mathnerd314
2017fa5f4e noto-fonts: init at git-2015-09-08
noto-fonts-cjk: init at 1.004
noto-fonts-emoji: init at git-2015-08-17
2015-09-19 16:54:16 -06:00