Aluísio Augusto Silva Gonçalves
e237f23b6a
iosevka-bin: move update script
...
Move bin.nix's update script to update-bin.sh so it doesn't conflict
with default.nix's update script.
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves
988f0cf3c5
iosevka-bin: Use iosevka's meta
...
The two packages have the same metadata, except for the maintainers.
2020-11-04 07:47:28 -03:00
Mario Rodas
322aaa9b19
fraunces: init at 1.000
2020-10-29 04:20:00 +00:00
Mario Rodas
4f5156fdb9
Merge pull request #100746 from dtzWill/update/agave-30
...
agave: 22 -> 30
2020-11-02 18:35:54 -05:00
Mario Rodas
dbc3eda9d9
sudo-font: 0.51 -> 0.52
2020-11-01 04:20:00 +00:00
V
d3025ee8c6
iosevka-bin: add support for variants
...
This adds the ability to select a specific prebuilt variant. It also adds
an updater script for generating their hashes. Additionally, switching
to TTC files reduces the package size by an order of magnitude.
Example usage:
fonts.fonts = with pkgs; [
(iosevka-bin.override { variant = "ss10"; })
(iosevka-bin.override { variant = "sparkle"; })
(iosevka-bin.override { variant = "aile"; })
];
2020-10-30 21:19:20 +01:00
Ben Siraphob
db74029e3e
treewide: remove package names from prefix of descriptions
2020-10-27 09:15:07 -07:00
Alexander Bich
6078bad045
open-sans: fix revision
...
Remove URL encoding of revision, it results in double encoding.
2020-10-24 22:05:32 +03:00
Rok Garbas
d5ebdf57c8
Merge pull request #101390 from garbas/fix-juliamono
...
julia-mono: update sha256
2020-10-22 18:57:26 +02:00
Rok Garbas
92cb4e843c
julia-mono: update sha256
2020-10-22 17:33:29 +02:00
Jan Tojnar
03c64130bb
Merge pull request #94892 from toonn/font-joypixels-emoji
2020-10-22 10:21:25 +02:00
Jan Tojnar
5902a08028
joypixels: run install hooks
...
Also clean up formatting.
2020-10-22 03:32:45 +02:00
toonn
196c828153
joypixels: Use updated font for macOS
...
After some back and forth with JoyPixels they agreed to creating a
version of their font for macOS that does not use the exact same name as
the Apple Color Emoji default font.
This naming collision meant it was impossible to configure applications
to use the JoyPixels emoji font unless you disabled the Apple Color
Emoji font using Font Book. Which meant the JoyPixels font could either
replace the Apple Color Emoji font completely or only fill in the gaps
in that font (on my system "hot face" isn't in the system font) but not
be used entirely for specific apps or be used with the system font as a
back up.
2020-10-22 03:32:45 +02:00
toonn
fd653b992a
joypixels: Move assert to allow override
...
By moving the assert concerning license acceptance into the src
attribute license acceptance can be expressed with an override,
`joypixels.override { acceptLicense = true; }`.
2020-10-22 03:32:44 +02:00
toonn
ca61c67381
joypixels: Drop dash from nixos endpoint url
...
The url was changed on request.
2020-10-22 03:32:44 +02:00
toonn
0da946eac8
joypixels: Reword license acceptance warning
2020-10-22 03:32:44 +02:00
toonn
48128ba77f
joypixels: Mark license as unfree
2020-10-22 03:32:44 +02:00
toonn
f9f1cbbffa
joypixels: Switch on kernel.name rather than system
...
x86_64-darwin is too specific because macOS runs on multiple
architectures.
2020-10-22 03:32:43 +02:00
toonn
c5249d1e9d
joypixels: Refactor to special-case darwin
...
Specifying the system-specific variables for x86_64-darwin and
x86_64-linux is too restrictive, excluding for example i686-linux.
Since macOS seems to be the odd one out we can special-case only
x86_64-darwin.
2020-10-22 03:32:43 +02:00
toonn
25ca62c2a2
joypixels: Switch from override to config option
...
Switch from an overridden variable to an option specified in
configuration.nix or config.nix:
```
joypixels.acceptLicense = true;
```
2020-10-22 03:32:43 +02:00
toonn
a880ab2e98
joypixels: Refactor to group system-specific variables
2020-10-22 03:32:42 +02:00
toonn
cd255a375e
joypixels: Add proper license
...
The JoyPixels font comes with a license which requires explicit
acceptance by the user.
2020-10-22 03:32:42 +02:00
toonn
d36a92fd2c
joypixels: Update metadata
2020-10-22 03:32:42 +02:00
toonn
568beeaa28
joypixels: Refactor src and installPhase for clarity
2020-10-22 03:32:41 +02:00
toonn
e0ad840a06
joypixels: Add support for darwin
2020-10-22 03:32:41 +02:00
toonn
da117df3f4
joypixels: Use dedicated NixOS cdn endpoint
...
The Arch Linux endpoint was not intended to be used as-is by other
distros. I have asked for and received a proper license with a dedicated
endpoint for NixOS.
2020-10-22 03:32:41 +02:00
André Silva
609d817586
jetbrains-mono: 2.002 -> 2.200
2020-10-22 00:45:30 +01:00
toastal
d6ade09d5f
julia-mono: 0.018 -> 0.022
2020-10-19 13:38:16 +03:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Will Dietz
e94e19655a
agave: 22 -> 30
...
https://github.com/agarick/agave/releases/tag/v30
(see also notes for other releases, not linked here)
2020-10-16 13:20:17 -05:00
Anderson Torres
e61c9d185d
Merge pull request #100193 from AndersonTorres/big-upload
...
A bunch of updates
2020-10-12 08:48:52 -03:00
AndersonTorres
890d47fc33
comic-neue: 2.5 -> 2.51
2020-10-12 04:07:17 -03:00
Сухарик
2336543338
julia-mono: init at 0.018
2020-10-10 10:38:22 +03:00
Mario Rodas
5dbc275975
cascadia-code: 2008.25 -> 2009.22
...
https://github.com/microsoft/cascadia-code/releases/tag/v2009.22
2020-10-10 00:00:00 -05:00
AndersonTorres
a3323d4934
comic-neue: 2.3 -> 2.5
2020-09-21 23:37:31 -03:00
Daniël de Kok
b83824d9c4
Merge pull request #98159 from sternenseemann/noto-emoji-unicode-13.1
...
noto-fonts-emoji: unstable-2020-08-20 → 2020-09-16
2020-09-20 14:20:19 +02:00
Daniël de Kok
a9953f1ead
Merge pull request #98122 from turboMaCk/corefonts-output-hash
...
corefonts: fix hash mismatch update
2020-09-19 16:06:53 +02:00
Mario Rodas
72b9660dc1
_3270font: 2.0.4 -> 2.1.0 ( #98156 )
...
https://github.com/rbanffy/3270font/releases/tag/v.2.1.0
2020-09-17 19:00:53 -05: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
Marek Fajkus
b529c6cf65
corefonts: fix hash mismatch update
2020-09-16 21:16:01 +02:00
Jan Tojnar
24a6d1152d
twemoji-color-font: fix build with Inkscape 1
2020-09-13 23:13:57 +02:00
Jan Tojnar
f355352177
emojione: fix build with Inkscape 1
2020-09-13 23:13:54 +02:00
Mario Rodas
a6b064e649
cascadia-code: 2007.01 -> 2008.25
...
https://github.com/microsoft/cascadia-code/releases/tag/v2008.25
2020-09-13 09:19:18 -07:00
Jan Tojnar
35deaa45a1
inkscape_0: drop
...
Inkscape 1.0.1 re-added the old CLI flags:
3ca6a4ed08
2020-09-10 20:46:55 +02:00
Frederik Rietdijk
af81d39b87
Merge staging-next into staging
2020-09-04 20:03:30 +02:00
Jan Tojnar
7ecabdc22b
Merge pull request #96992 from jtojnar/fc-dtd-urn
...
treewide: use URN for fontconfig DTD
2020-09-04 17:12:29 +02:00
Frederik Rietdijk
377242d587
Merge staging-next into staging
2020-09-03 19:21:10 +02:00
Jan Tojnar
6dd3b54ccc
treewide: use URN for fontconfig DTD
...
To match upstream change:
9c46ef4aac
2020-09-03 06:39:00 +02:00
Mario Rodas
4adac63234
recursive: 1.062 -> 1.064
2020-09-02 21:54:00 -05:00