Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01: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
midchildan
a29fcc1c10
fira-code: only extract the variable font
...
Fira Code includes a variable font[1] file that packs all the variants
in a single file. Including both variable and non-variable fonts would
be redundant and cause the system to list the same font twice.
[1]: https://en.wikipedia.org/wiki/Variable_fonts
2021-01-10 09:25:40 +01:00
Robert Helgesson
33a7767fa1
fira-code: 5 -> 5.2
2020-06-14 14:39:46 +02:00
Robert Helgesson
a53a6565af
fira-code: 4 -> 5
2020-06-14 01:20:49 +02:00
Robert Helgesson
09efe9dc0e
fira-code: 3.1 -> 4
2020-05-18 23:24:50 +02:00
Mario Rodas
bde951035b
fira-code: 3 -> 3.1
...
Changelog; https://github.com/tonsky/FiraCode/releases/tag/3.1
2020-04-15 21:15:38 -07:00
Mario Rodas
d6d00885ea
fira-code: 2 -> 3
...
Changelog: https://github.com/tonsky/FiraCode/releases/tag/3
2020-04-09 23:48:52 +02:00
Fabián Heredia Montiel
f5e5aa7400
fira-code: 1.207 -> 2
2019-09-09 22:35:16 -05:00
Robert Helgesson
d7ef88bc38
fira-code: 1.206 -> 1.207
2019-07-18 23:36:51 +02:00
Thomas Kerber
a6520fc023
fira-code: 1.205 -> 1.206 ( #47598 )
2018-10-01 17:25:44 +02:00
Tim Steinbach
79c876b1e5
fira-code: 1.204 -> 1.205
2018-02-27 20:37:33 -05:00
Profpatsch
53e790e7a8
maintainers: capitalize the Profpatsch attribute (vanity)
...
Since I’m already at it, this has been bothering me for a while.
2018-02-12 07:24:50 +01:00
Jörg Thalheim
7f1f74a014
Merge pull request #28159 from volth/patch-48
...
fira-code-symbols: make the font derivation fixed-output
2017-08-11 15:12:54 +01:00
volth
dfde45d98e
fira-code-symbols: make the font derivation fixed-output
...
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754 )
2017-08-11 13:43:18 +00:00
volth
265744f2e0
fira-code: make the font derivation fixed-output
...
- [x] make the font derivation fixed-output (https://github.com/NixOS/nixpkgs/issues/27754 )
2017-08-11 13:42:16 +00:00
Profpatsch
685bfcee63
fira-code-symbols: init at 20160811
2017-05-16 13:50:31 +02:00
Robert Helgesson
04d30023cf
fira-code: 1.203 -> 1.204
2016-11-09 16:32:40 +01:00
Robert Helgesson
20fb07dc4a
fira-code: 1.201 -> 1.203
2016-09-18 13:17:05 +02:00
Robert Helgesson
04a760e31a
fira-code: 1.200 -> 1.201
2016-09-04 00:38:29 +02:00
Robert Helgesson
5209edc8ec
fira-code: 1.102 -> 1.200
2016-07-22 10:53:20 +02:00
Robert Helgesson
84514ae8cc
fira-code: 1.101 -> 1.102
2016-01-02 13:33:34 +01:00
Robert Helgesson
5b10c11616
fira-code: 1.100 -> 1.101, fixes #11892
2015-12-23 02:31:27 +01:00
Eduard-Mihai Burtescu
bcde1ffe77
Revert change from cp -v to cp -r in fira-code.
...
Mistakenly used `-r` in #11842 .
2015-12-20 22:26:16 +02:00
Eduard-Mihai Burtescu
6f32a29f54
fira-code 0.6 -> 1.100
2015-12-20 15:27:31 +02:00
Robert Helgesson
effe2ca5a5
fira-code: 0.5 -> 0.6
2015-08-16 11:29:11 +02:00
Robert Helgesson
92c5355690
fira-code: init at 0.5
2015-07-08 17:39:49 +02:00