Michele Guerini Rocco
dc62c39393
Merge pull request #79638 from rnhmjoj/clearlyU
...
clearlyU: split outputs in out and otb
2020-02-14 21:43:06 +01:00
rnhmjoj
76dd114376
clearlyU: split outputs in out and otb
2020-02-14 21:16:42 +01:00
Michele Guerini Rocco
b2314a6d01
Merge pull request #79641 from rnhmjoj/creep
...
creep: split outputs in out and otb
2020-02-14 20:14:52 +01:00
Michele Guerini Rocco
f2c62a920f
Merge pull request #79633 from rnhmjoj/ttyp0
...
uw-ttyp0: split outputs in out and otb
2020-02-14 19:56:20 +01:00
Michele Guerini Rocco
c8d53312a5
Merge pull request #79756 from rnhmjoj/profont
...
profont: install otb variant
2020-02-14 19:49:31 +01:00
rnhmjoj
c412f11cc8
uw-ttyp0: split outputs in out and otb
2020-02-14 19:27:48 +01:00
rnhmjoj
6979f761a5
profont: install otb variant
2020-02-14 19:06:50 +01:00
Michele Guerini Rocco
f8c3e15771
Merge pull request #75163 from rnhmjoj/gohu
...
gohufont: generate opentype files
2020-02-14 00:46:05 +01:00
Emily
7f1ab0505c
merriweather-sans: init at 1.008
2020-02-11 20:40:12 +00:00
Emily
21ea3ddf60
merriweather: init at 2.005
2020-02-11 20:40:12 +00:00
Daniel Schaefer
9b2d529062
Merge pull request #79671 from rnhmjoj/spleen
...
spleen: install otf font
2020-02-11 20:37:32 +01:00
rnhmjoj
b4c324c719
proggyfonts: cleanup
...
- mkfontdir and mkfontscale have been merged
- use install insead of cp
- make gzip deterministic with -n
2020-02-11 20:04:40 +01:00
Edmund Wu
d108ba9ded
recursive: 1.022 -> 1.030
2020-02-10 20:33:01 +01:00
Emily
9d45292208
babelstone-han: 12.1.7 -> 13.0.3
2020-02-10 12:55:39 +00:00
rnhmjoj
03f246620d
powerline-fonts: install psf to share/consolefonts
...
This will make easier to set the font of the virtual console
in NixOS. Instead of specifing the full filepath of the psf
on can simply do:
console.font = "ter-powerline-v20b";
console.packages = [ pkgs.powerline-fonts ];
2020-02-10 13:28:04 +01:00
rnhmjoj
c5a0d66eb7
gohufont: split outputs into out and otb
2020-02-10 12:01:28 +01:00
rnhmjoj
8ada475450
spleen: install otf font
2020-02-10 01:36:07 +01:00
rnhmjoj
406b96fa7d
envypn-font: split outputs in out and otb
2020-02-10 00:57:53 +01:00
rnhmjoj
7f7c94497a
dina,dina-pcf: unify packages
2020-02-10 00:28:56 +01:00
rnhmjoj
dcc8e45dab
creep: split outputs in out and otb
2020-02-09 19:05:06 +01:00
rnhmjoj
96606b67fa
gohufont: make fonttosfnt deterministic
2020-02-07 18:23:53 +01:00
Mario Rodas
a59fafcb39
jetbrains-mono: 1.0.2 -> 1.0.3
...
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.3
2020-02-07 07:41:00 -05:00
rnhmjoj
68464b6440
gohufont: generate opentype files
2020-02-07 09:34:51 +01:00
Chuck
384ab839e9
nerdfonts: 2.0.0 -> 2.1.0
...
This release adds 216 fonts.
Note: The Meslo LG {L,M,S}{ DZ,} Regular Nerd Font Complete{, Mono}.otf
fonts are now .ttf files instead of .otf files in this release.
2020-02-03 10:01:30 -08:00
Nikolay Korotkiy
d6a4679300
tt2020: init at 2020-01-05
2020-02-02 12:59:48 +03:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
...
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Mario Rodas
50e6e597d6
Merge pull request #78409 from marsam/update-jetbrains-mono
...
jetbrains-mono: 1.0.1 -> 1.0.2
2020-01-24 18:28:51 -05:00
Mario Rodas
8a9fffcd62
jetbrains-mono: 1.0.1 -> 1.0.2
...
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.2
2020-01-24 09:16:54 -05:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
...
According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Mario Rodas
1c45292ea3
jetbrains-mono: 1.0.0 -> 1.0.1
...
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/1.0.1
2020-01-21 07:25:00 -05:00
Mario Rodas
35bdbf487b
jetbrains-mono: init at 1.0.0
2020-01-16 04:20:00 -05:00
Mario Rodas
c7abf06d20
sudo-font: 0.40 -> 0.41
...
Changelog: https://github.com/jenskutilek/sudo-font/releases/tag/v0.41
2020-01-14 04:20:00 -05:00
Will Dietz
0834d16531
victor-mono: 1.3.0 -> 1.3.1
...
https://github.com/rubjo/victor-mono/releases/tag/v1.3.1
2020-01-13 00:40:14 -08:00
Renaud
ef4296311d
Merge pull request #76612 from vincentbernat/fix/iosevka-2.3.3
...
iosevka: 2.3.2 -> 2.3.3
2020-01-09 13:55:41 +01:00
Will Dietz
77267e8b63
public-sans: 1.007 -> 1.008
2020-01-08 14:34:50 -06:00
Frederik Rietdijk
f08e3e38d4
Merge master into staging-next
2020-01-02 21:41:13 +01:00
Franz Pletz
6c9aa31427
material-design-icons: 3.3.92 -> 4.7.95
2020-01-02 06:12:26 +01:00
Mario Rodas
f55358f692
cascadia-code: add variants
2020-01-01 04:20:00 -05:00
Will Dietz
4fa9c36165
victor-mono: 1.2.7 -> 1.3.0
...
https://github.com/rubjo/victor-mono/releases/tag/v1.3.0
https://github.com/rubjo/victor-mono/releases/tag/v1.2.9
https://github.com/rubjo/victor-mono/releases/tag/v1.2.8
2020-01-01 02:02:34 -06:00
Robin Gloster
49f40b2e3d
dejavu-fonts: *Flags are lists
2019-12-30 11:13:39 +01:00
Vincent Bernat
83053c85f4
iosevka: 2.3.2 -> 2.3.3
2019-12-28 16:50:53 +01:00
Jan Tojnar
5f6635144a
rictydiminished-with-firacode: 0.0.1 → 1.2.0
...
Update, clean up and also fix build.
Part of the build system still does not support Python 2:
https://github.com/hakatashi/RictyDiminished-with-FiraCode/pull/3
2019-12-25 23:13:05 +01:00
Jan Tojnar
ee4cc7c390
monoid: fix build
...
We recently defaulted fontforge to python3 which made the python2 used by the build system unable to find fontforge.
2019-12-25 20:32:13 +01:00
Emery Hemingway
cad12aee9b
gubbi-font: init at 1.3
2019-12-18 11:33:18 +00:00
Mario Rodas
a9f08485fa
ibm-plex: 4.0.1 -> 4.0.2
2019-12-09 20:00:00 -05:00
Mario Rodas
bdb97ca323
Merge pull request #75347 from colemickens/nixpkgs-cascadia
...
cascadia-code: 1911.20 -> 1911.21
2019-12-09 07:02:44 -05:00
Cole Mickens
25235bb89e
cascadia-code: 1911.20 -> 1911.21
2019-12-08 23:59:26 -08:00
Mario Rodas
b34928a1ee
Merge pull request #75227 from r-ryantm/auto-update/spleen
...
spleen: 1.5.0 -> 1.6.0
2019-12-08 16:57:19 -05:00
rnhmjoj
a8db8ddfe3
uw-ttyp0: init at 1.3
2019-12-08 10:40:31 +01:00
R. RyanTM
7dde589ad8
spleen: 1.5.0 -> 1.6.0
2019-12-08 00:42:19 -08:00
Mateusz Kowalczyk
1451a52a38
Remove myself (fuuzetsu) from maintainer lists
...
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
Mario Rodas
ebe27d6503
Merge pull request #74368 from r-ryantm/auto-update/cascadia-code
...
cascadia-code: 1910.04 -> 1911.20
2019-11-30 07:17:49 -05:00
Jan Tojnar
9cbc6984d4
input-fonts: 2017-08-10 → 2019-11-25
2019-11-29 02:24:30 +01:00
R. RyanTM
0137979452
cascadia-code: 1910.04 -> 1911.20
2019-11-27 13:04:45 -08:00
Vladyslav M
6d7145b966
overpass: 3.0.3 -> 3.0.4
2019-11-26 23:08:55 +01:00
Mario Rodas
0c3a28f08f
Merge pull request #74045 from marsam/add-rhodium-libre
...
rhodium-libre: init at 1.2.0
2019-11-26 07:33:34 -05:00
R. RyanTM
6852fee386
iosevka-bin: 2.3.2 -> 2.3.3
2019-11-25 18:05:58 -08:00
Mario Rodas
9b5f36b245
rhodium-libre: init at 1.2.0
2019-11-24 04:20:00 -05:00
c0bw3b
0afae5c14b
Treewide: fix more URL permanent redirects
...
Related issue: #60004
Previous PR: #73478
2019-11-21 15:37:34 -08:00
Robert Helgesson
f2db2b18a2
fantasque-sans-mono: 1.7.2 -> 1.8.0
2019-11-20 20:47:27 +01:00
Mario Rodas
67d17bc447
public-sans: 1.006 -> 1.007
...
Changelog: https://github.com/uswds/public-sans/releases/tag/v1.007
2019-11-19 09:07:25 -08:00
Mario Rodas
daa1b6df95
stix-two: 2.0.0 -> 2.0.2
2019-11-19 09:06:38 -08:00
Mario Rodas
adacd7ad78
ibm-plex: 3.0.0 -> 4.0.1
2019-11-18 16:20:00 -05:00
Edmund Wu
431038aa26
recursive: init at 1.022
2019-11-17 23:34:44 +01:00
c0bw3b
9367367dfd
Treewide: fix URL permanent redirects
...
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
Kirill Boltaev
9c4ed341cc
xits-math: use python3
2019-11-13 16:41:03 +01:00
Kirill Boltaev
ec44fc51f5
xits-math: update homepage
2019-11-13 16:41:03 +01:00
Kirill Boltaev
10c255f0d0
xits-math: 1.200 -> 1.301
2019-11-13 16:41:03 +01:00
Mario Rodas
a5d9600125
comic-neue: 2.2 -> 2.3
2019-11-04 23:00:00 -05:00
Keito Kajitani
faf06da0df
rictydiminished-with-firacode: fonttools requires python3 ( #72762 )
...
* rictydiminished-with-firacode: fonttools requires python3
* rictydiminished-with-firacode: python3 is sufficient, purge python3Full
2019-11-04 16:23:34 +01:00
Keito Kajitani
b076565429
liberation-sans-narrow: fonttools requires python3
2019-11-04 09:20:50 +01:00
volth
9f0e3b103b
babelstone-han: 12.1.4 -> 12.1.7
2019-11-01 19:57:19 -07:00
Renaud
bca9437d1e
Merge pull request #72049 from babariviere/iosevka-v2.3.2
...
iosevka: 2.3.0 -> 2.3.2
2019-10-31 19:50:12 +01:00
worldofpeace
5cef7b49ec
twitter-color-emoji: use noto-fonts-emoji’s src
...
Continues https://github.com/NixOS/nixpkgs/pull/72272
2019-10-30 18:07:03 +01:00
worldofpeace
4f8197bcc0
twitter-color-emoji: build with python3
...
This can now be marked as un-broken.
2019-10-30 15:03:26 +01:00
Frederik Rietdijk
04be5b8911
twitter-color-emoji: mark as broken
2019-10-29 13:53:04 +01: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
Bastien Riviere
a9e88bb2e9
iosevka: 2.3.0 -> 2.3.2
...
This commit include:
- update iosevka version
- fix extraParameters, was not able to inject all needed settings
- format file
- update package.json
2019-10-26 22:26:01 +02:00
Will Dietz
27f6357d84
victor-mono: 1.2.5 -> 1.2.7
...
https://github.com/rubjo/victor-mono/releases/tag/v1.2.7
https://github.com/rubjo/victor-mono/releases/tag/v1.2.6
2019-10-23 13:38:54 -07:00
Will Dietz
8825940cec
inter: 3.10 -> 3.11
2019-10-23 13:28:19 -07:00
Vladyslav M
2ff7fa55c1
iosevka-bin: 2.3.0 -> 2.3.2 ( #71570 )
...
iosevka-bin: 2.3.0 -> 2.3.2
2019-10-21 23:16:49 +03:00
R. RyanTM
417834eb7a
iosevka-bin: 2.3.0 -> 2.3.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/iosevka-bin/versions
2019-10-21 11:45:35 -07:00
Marcial Gaißert
bc09bf4d71
ricty: change mirror and homepage url
...
The old mirror and homepage at www.rs.tus.ac.jp return a 403
Forbidden.
2019-10-20 16:47:30 +02:00
Will Dietz
741b404e8a
Merge pull request #70687 from dtzWill/update/cherry-1.4
...
cherry: 1.3 -> 1.4, pcf -> otb, mkfontdir for X11
2019-10-14 18:54:57 -05:00
Will Dietz
886bca0af5
Merge pull request #70688 from dtzWill/update/spleen-1.5.0
...
spleen: 1.3.0 -> 1.5.0, mkfontdir
2019-10-14 18:54:28 -05:00
Renaud
98b74470ef
Merge pull request #68747 from dtzWill/fix/bdf2psf-usr-env-vars
...
bdf2psf: fix /usr/share -> /share, and don't install env-vars
2019-10-12 15:19:00 +02:00
Renaud
2fdca375dd
Merge pull request #70517 from marsam/update-cascadia-code
...
cascadia-code: 1909.16 -> 1910.04
2019-10-08 17:54:30 +02:00
Will Dietz
1035f0a030
spleen: 1.3.0 -> 1.5.0, mkfontdir for X11
2019-10-07 19:16:32 -05:00
Will Dietz
47b6dd4345
cherry: 1.3 -> 1.4, pcf -> otb, mkfontdir for X11
2019-10-07 19:06:43 -05:00
rnhmjoj
6661c367df
fonts/gohufont: update for outputs change in bdf2psf
2019-10-07 18:05:49 -05:00
Mario Rodas
71bc760da8
cascadia-code: 1909.16 -> 1910.04
2019-10-06 04:20:00 -05:00
Mario Rodas
c133c29fb5
ibm-plex: 2.0.0 -> 3.0.0
...
Changelog: https://github.com/IBM/plex/releases/tag/v3.0.0
2019-10-06 04:20:00 -05:00
Chuck
9cb9e6509e
nerdfonts: Use patchShebangs
...
In commit e8e191a1be9d after v2.0.0, nerdfonts switched from #!/bin/bash
to #!/usr/bin/env bash. Rather than synchronizing this patching with
that change, just use patchShebangs which handles both cases.
2019-10-03 15:18:06 -07:00
Mario Rodas
564d8e333d
work-sans: init at 1.6
2019-09-28 16:20:00 -05:00
R. RyanTM
b5b30f796c
public-sans: 1.005 -> 1.006
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/public-sans/versions
2019-09-26 07:21:26 -07:00
Thomas Tuegel
7a4d7c58e3
Merge pull request #69219 from rileyinman/iosevka
...
iosevka: Simplify custom build process
The interface to configure a custom build with Nix has changed due to changes upstream; please refer to the derivation for details.
2019-09-24 10:16:44 -05:00
Riley Inman
dd2f026780
iosevka: Add comment to document privateBuildPlan
2019-09-24 10:34:17 -04:00
Riley Inman
c847da5b8b
iosevka: Fix rev typo, link node_modules instead of copy
2019-09-23 15:08:54 -04:00
Riley Inman
64accf2edf
iosevka: Merge node dependencies into nodePackages
2019-09-23 02:03:10 -04:00
Riley Inman
0ef7d0d908
iosevka: Declare version in mkDerivation
2019-09-22 14:10:04 -04:00
Riley Inman
e1ace0f772
iosevka: Add self as maintainer
2019-09-22 14:07:10 -04:00
Riley Inman
8bfb67929d
iosevka: Append extraParameters instead of overwriting
2019-09-22 14:04:58 -04:00
Riley Inman
98a7d7990e
iosevka: Simplify custom build process
...
Although hopefully this can eventually be added to nodePackages, it uses
some devDependencies to build custom fonts. Node2nix doesn't currently
support enabling devDependencies for a single package.
- Got rid of redundant let-in statements.
- node-packages.json now only pulls in Iosevka.
- generate.sh
* Uses a nix-shell shebang to ensure it builds using the current
version of node2nix (the old version caused some issues due to the
19.03 release version being 1.6.0 instead of 1.7.0).
* Builds in development mode to fix the devDependencies issue.
- Use the tree of the built node package as sourceRoot instead of
installing node dependencies manually. This means the source will have
to be updated in both node-packages.json and default.nix, but to make
things easier the derivation inherits the version number.
- Disparate build options now all live under privateBuildPlan, which is
converted first with builtins.toJSON and then to TOML using remarshal
(Unfortunately there is not currently a builtins.toTOML).
- Extra parameters can also be provided that will be converted to JSON
then TOML. This will overwrite the default parameters.toml file.
2019-09-21 12:54:46 -04:00
Mario Rodas
03888ff8de
Merge pull request #69071 from marsam/init-cascadia-code
...
cascadia-code: init at 1909.16
2019-09-21 01:41:46 -05:00
Eelco Dolstra
d8e35fdbf9
vista-fonts: Use new download location
2019-09-19 22:38:31 +02:00
Mario Rodas
319710d48c
cascadia-code: init at 1909.16
2019-09-18 21:00:00 -05:00
Thomas Tuegel
86db1ece88
Merge pull request #68820 from babariviere/iosevka-2.0
...
iosevka: 1.4.3 -> 2.3.0
2019-09-18 05:48:48 -05:00
Will Dietz
0caa727cdd
Merge pull request #68738 from dtzWill/update/spleen-1.3.0
...
spleen: 1.0.5 -> 1.3.0
2019-09-16 10:47:09 -05:00
babariviere
41b98797ae
iosevka: 1.4.3 -> 2.3.0
...
Use node2nix instead of reading package lock.
2019-09-15 19:36:10 +02:00
babariviere
659adfaf27
iosevka: 1.4.3 -> 2.3.0
...
Integrate new Iosevka build system.
Add an extra arguments to add custom parameters (for example to map ligatures).
2019-09-15 16:05:02 +02:00
Vladyslav M
07753d8cf1
source-sans-pro: 2.045 -> 3.006
2019-09-15 10:48:37 +03:00
Will Dietz
1e1ca087a0
Merge pull request #68761 from dtzWill/update/inter-3.10
...
inter: 3.7 -> 3.10
2019-09-14 14:13:51 -05:00
Will Dietz
fc09454b1b
Merge pull request #68741 from dtzWill/update/sarasa-gothic-0.8.2
...
sarasa-gothic: 0.8.0 -> 0.8.2
2019-09-14 14:12:34 -05:00
Will Dietz
f1df175f8d
inter: 3.7 -> 3.10
...
https://github.com/rsms/inter/releases/tag/v3.10
https://github.com/rsms/inter/releases/tag/v3.9
https://github.com/rsms/inter/releases/tag/v3.8
2019-09-13 22:54:15 -05:00
Will Dietz
9fbb606cd0
agave: 10 -> 14
...
https://github.com/agarick/agave/releases/tag/v14
https://github.com/agarick/agave/releases/tag/v13
https://github.com/agarick/agave/releases/tag/v12
https://github.com/agarick/agave/releases/tag/v11
2019-09-13 22:05:38 -05:00
Will Dietz
7ff42e439e
sarasa-gothic: 0.8.0 -> 0.8.2
...
https://github.com/be5invis/Sarasa-Gothic/releases/tag/v0.8.2
2019-09-13 21:55:41 -05:00
Will Dietz
c21ae92d94
spleen: 1.0.5 -> 1.3.0
...
Install psfu files for console use.
2019-09-13 21:48:51 -05:00
Fabián Heredia Montiel
f5e5aa7400
fira-code: 1.207 -> 2
2019-09-09 22:35:16 -05:00
Thomas Tuegel
26b095829f
Merge pull request #68229 from dywedir/source-serif-pro
...
source-serif-pro: 2.010 -> 3.000
2019-09-08 09:22:11 -05:00
Vladyslav M
d4da04c528
source-serif-pro: 2.010 -> 3.000
2019-09-07 01:04:01 +03:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
...
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Will Dietz
ef414c2676
Merge pull request #68036 from dtzWill/update/victor-mono-1.2.5
...
victor-mono: 1.2.1 -> 1.2.5
2019-09-04 21:13:20 -05:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Will Dietz
a8b1948aa7
victor-mono: 1.2.1 -> 1.2.5
2019-09-03 18:15:59 -05:00
Will Dietz
a774931282
sudo-font: 0.37 -> 0.40
...
https://github.com/jenskutilek/sudo-font/releases/tag/v0.38
https://github.com/jenskutilek/sudo-font/releases/tag/v0.39
https://github.com/jenskutilek/sudo-font/releases/tag/v0.40
2019-09-03 18:12:56 -05:00
Tadeo Kondrak
346f49596b
iosevka-bin: 2.2.1 -> 2.3.0
2019-09-01 22:51:10 -06: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
3665a31a4a
Merge pull request #67663 from jtojnar/fc-joypixels
...
fontconfig: add support for JoyPixels font
2019-08-30 00:30:13 +02:00
Jan Tojnar
4e4d67b79f
twitter-color-emoji: init at 12.1.2
2019-08-29 21:33:26 +02:00
Jan Tojnar
dd7ec2ea97
python2Packages.nototools: 2017-09-25 → 2019-03-20
2019-08-29 17:24:10 +02:00
Jan Tojnar
1a7b8f6817
joypixels: drop fontconfig file
...
It is now supportedby our fontconfig.
2019-08-29 02:17:49 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
worldofpeace
eaf95bef86
Merge pull request #63273 from colemickens/nixpkgs-gelasio
...
gelasio: init at unstable-2018-08-13
2019-08-23 16:12:39 -04:00
Cole Mickens
6039ccef9e
gelasio: init at unstable-2018-08-13
2019-08-23 22:01:04 +02:00
xrelkd
54e5878ecd
font-awesome: 5.10.1 -> 5.10.2
2019-08-23 15:21:47 +08:00
Jan Tojnar
50f2ecf823
joypixels: init at 5.0.2
2019-08-20 05:32:06 +02: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
Lancelot SIX
8791afb8e6
unifont_upper: 12.1.02 -> 12.1.03
2019-08-12 14:15:01 +02:00
Lancelot SIX
f14b76634d
unifont: 12.1.01 -> 12.1.03
2019-08-12 14:15:01 +02:00
R. RyanTM
bfdca24dd3
terminus_font: 4.47 -> 4.48
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/terminus-font/versions
2019-08-04 05:23:28 -07:00
xrelkd
49f281d287
font-awesome: 5.10.0 -> 5.10.1
2019-08-03 07:13:50 +02:00
Jörg Thalheim
344f0529ed
font-awesome_4: Readd, font-awesome_5: 5.9.0 -> 5.10.0 ( #65240 )
...
font-awesome_4: Readd, font-awesome_5: 5.9.0 -> 5.10.0
2019-07-30 08:31:41 +01:00
Daniel Schaefer
537403769c
font-awesome: 5.9.0 -> 5.10.0
...
https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.0
2019-07-30 00:08:23 +02:00
Daniel Schaefer
da40bc4449
font-awesome_4: Was removed, add again
...
Version 5 is incompatible for some icons, so projects that depend on it
need to actively convert the symbols, see:
https://github.com/greshake/i3status-rust/issues/130
Reintroducing the old version lets us use those programs that haven't
been updated.
Was removed in 0a393f53a9
2019-07-30 00:05:52 +02:00
worldofpeace
18cbb76f12
Merge pull request #64743 from spacekookie/google-fonts
...
google-fonts: 2018-07-13 -> 2019-07-14
2019-07-23 03:19:57 -04:00
Will Dietz
0cd0869462
victor-mono: improvements from previous PR
...
Fixes #64465 .
Resolves conflicts with earlier merged PR,
notable differences in the result
(by our powers combined!):
* provide both ttf and otf versions
* quote URL, since folks seem to like those
* don't put fonts in ${pname} subdirs
fontconfig's hashing/cache is mostly geared
for the many-fonts-in-one-place situation,
although this may be fixed in more recent versions.
Anyway minor change and mostly went with not modifying
what I had ;) so happy to adjust back if that
better matches your senses/style/use.
* Drop leading 'A' from description,
I think this is per policy written.. somewhere O:).
* alpha-sort the meta attributes, which is easy to rem
and generally matches what most expressions do anyway :)
Reviewer feedback:
* use subdirs with fontname, seems preferred
* fix indent, whoops
2019-07-18 18:46:40 -04:00
Robert Helgesson
d7ef88bc38
fira-code: 1.206 -> 1.207
2019-07-18 23:36:51 +02:00
Katharina Fey
64cc2f9ee9
google-fonts: Removing fixed-output derivation
2019-07-14 22:45:54 +01:00
Katharina Fey
38bd8d3185
google-fonts: 2018-07-13 -> 2019-07-14
2019-07-14 22:45:44 +01:00
EEva (JPotier)
5e51a6073e
victor-mono: init at 1.2.1
2019-07-13 11:58:34 -04:00
Ryan Mulligan
508ae42a0f
treewide: fix redirect URLs
2019-07-10 12:52:51 -07:00
Vladimír Čunát
0746c4dbb4
Merge branch 'master' into staging-next
...
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything
2019-07-03 11:27:39 +02:00
Frederik Rietdijk
25a77b7210
Merge staging-next into staging
2019-07-03 08:59:42 +02:00
worldofpeace
3f4a353737
treewide: use dontUnpack
2019-07-01 04:23:51 -04:00
Vincent Laporte
85109b92cd
amiri: init at 0.111
...
Amiri is a classical Arabic typeface in Naskh style for typesetting books and
other running text.
Homepage: https://www.amirifont.org/
2019-06-27 08:03:06 +00:00
R. RyanTM
b62fda7acf
unifont_upper: 12.1.01 -> 12.1.02
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unifont_upper/versions
2019-06-23 14:14:21 +02:00
Will Dietz
726a2a3dda
Merge pull request #63249 from r-ryantm/auto-update/spleen
...
spleen: 1.0.4 -> 1.0.5
2019-06-17 20:47:33 -05:00
R. RyanTM
d852492c18
spleen: 1.0.4 -> 1.0.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/spleen/versions
2019-06-16 15:56:10 -07:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Daniel Vianna
ff2883dcea
add inconsolata and terminus nerdfonts in single packages
2019-06-13 22:23:23 +10:00
Elis Hirwing
4bfbcdbe81
Merge pull request #62939 from ar1a/master
...
jost: init at 3.3
2019-06-13 08:29:28 +02:00
Aria Edmonds
8e58a54b09
jost: init at 3.3
2019-06-10 16:02:28 +10:00
Mario Rodas
699d75198d
mplus-outline-fonts: update homepage
2019-06-08 23:48:34 -05:00
Mario Rodas
e99a196d61
kochi-substitute: update homepage
2019-06-08 23:48:03 -05:00
Mario Rodas
2840d0db8c
kochi-substitute-naga10: update homepage
2019-06-08 23:47:16 -05:00
Mario Rodas
c0eaf5e917
mirrors: rename sourceforgejp to osdn
...
SourceForge.jp renamed to OSDN on May 11, 2015.
https://osdn.net/projects/sourceforge/news/24923
2019-06-08 23:25:47 -05:00
Will Dietz
08202a5fbc
public-sans: 1.004 -> 1.005
...
https://github.com/uswds/public-sans/releases/tag/v1.005
2019-06-06 21:48:04 -05:00
xrelkd
8b1b80ea3b
font-awesome: 5.8.2 -> 5.9.0
2019-06-06 10:39:15 +08:00
Vladyslav M
d0017d7b7e
Merge pull request #62678 from dtzWill/update/ibm-plex-2.0.0
...
ibm-plex: 1.4.1 -> 2.0.0
2019-06-05 10:14:00 +03:00
Will Dietz
2acfae695a
public-sans: 1.003 -> 1.004
...
https://github.com/uswds/public-sans/releases/tag/v1.004
2019-06-04 15:09:08 -05:00
Will Dietz
b9c4cc1088
ibm-plex: 1.4.1 -> 2.0.0
...
https://github.com/IBM/plex/releases/tag/v2.0.0
2019-06-04 14:46:32 -05:00
Will Dietz
3aedbeb35b
Merge pull request #62240 from dtzWill/update/libertinus-6.9
...
libertinus: 6.8 -> 6.9
2019-06-04 01:30:39 -05:00
Will Dietz
6e5d5c0f22
Merge pull request #62241 from dtzWill/feature/national-parkface
...
national-park-typeface: init at 206464
2019-06-04 01:29:59 -05:00
Will Dietz
95fbb1207d
Merge pull request #62352 from dtzWill/update/inter-3.7
...
inter: 3.5 -> 3.7
2019-06-04 01:01:26 -05:00
Nikolay Amiantov
226dc2178e
xits-math: 1.108 -> 1.200
2019-06-02 21:56:56 +03:00
Will Dietz
138fd34f24
inter: 3.6 -> 3.7
...
https://github.com/rsms/inter/releases/tag/v3.7
2019-06-01 01:05:38 -05:00
Will Dietz
2eea963683
inter: 3.5 -> 3.6
2019-06-01 01:05:24 -05:00
Will Dietz
9a0cc071d4
Merge pull request #62195 from dtzWill/update/mno-1.0
...
mno16: init at 1.0
2019-05-30 22:35:34 -05:00
Will Dietz
a5d19a22b5
Merge pull request #62197 from dtzWill/update/agave-10
...
agave: 009 -> v10
2019-05-30 22:34:27 -05:00
Will Dietz
a538159fbf
national-park-typeface: init at 206464
2019-05-29 23:32:07 -05:00
Will Dietz
366478088c
libertinus: 6.8 -> 6.9
...
https://github.com/alif-type/libertinus/releases/tag/v6.9
2019-05-29 23:30:56 -05:00
Renaud
d9d5c8d7dc
Merge pull request #62192 from dtzWill/update/mplus-063a
...
mplus-outline-fonts: 063 -> 063a
2019-05-29 17:09:21 +02:00
Will Dietz
94b155aa8b
agave: 009 -> v10
2019-05-28 20:21:39 -05:00
Will Dietz
f0f6972dfd
mno16: init at 1.0
2019-05-28 20:05:46 -05:00
Will Dietz
064d157a85
mplus-outline-fonts: 063 -> 063a
...
https://osdn.net/projects/mplus-fonts/news/26002
(google translate helps for those who can't read this :))
2019-05-28 19:50:47 -05:00
Frederik Rietdijk
b2ab860db3
Merge master into staging-next
2019-05-25 12:38:00 +02:00
Frederik Rietdijk
6e4e7c5dc6
Merge master into staging-next
2019-05-24 12:39:37 +02:00
Mario Rodas
a4a5e9c65d
hanazono: 20141012 -> 20170904
2019-05-22 21:00:00 -05:00
Will Dietz
c03630a579
redhat-official-fonts: init at 2.2.0
2019-05-19 20:50:54 -05:00
Mario Rodas
9c9c2c8716
Merge pull request #61667 from JohnAZoidberg/cnstrokeorder
...
cnstrokeorder: init at 0.0.4.7
2019-05-19 04:55:43 -05:00
Piotr Halama
52dca1c459
kanji-stroke-order-font: init at 4.002
2019-05-18 12:50:45 +02:00
Daniel Schaefer
e8a2483163
cnstrokeorder: init at 0.0.4.7
2019-05-18 11:43:52 +02:00
Frederik Rietdijk
840e530934
Merge staging into staging-next
2019-05-18 08:17:48 +02:00