Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Weijia Wang
df5c1f0d3e
treewide: fonts: remove dontBuild in stdenvNoCC
2023-01-24 20:12:29 +01:00
Weijia Wang
1c2523b749
treewide: fonts: reduce unneeded fetchzips
2023-01-18 21:29:32 +01:00
Berk D. Demir
bfde85769e
go-font: Fetch only the installables instead of entire blobs repo
...
Switch to using `fetchzip` to download a subdirectory tarball including
TrueType fonts and their license instead of cloning Go's 'images'
repository.
- Simplifies the derivation
- Downloads 900K instead of 28M
- Requires 1/8 CPU cycles
- ...shortening the build time.
2022-11-03 17:57:40 +01:00
sternenseemann
026f99d83d
go-font: avoid .gitignore and .gitattributes in output
...
These were previously left over in $out, as they weren't matched by
`$out/*`.
2022-10-30 23:07:50 +01:00
Berk D. Demir
c9d8a5ca27
go-font: 2017-03-30 -> 2.010
2022-10-29 03:22:14 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ben Siraphob
4eb185bd6a
pkgs/data: stdenv.lib -> lib
2021-01-15 14:29:18 +07: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +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
Volth
31c344982f
data/fonts: simpler cleanups
2017-08-11 14:26:03 +00:00
lufia
e131edf04b
go-font: 2016-11-17 -> 2017-03-30
2017-05-17 15:00:22 +09:00
sternenseemann
04c6e3b115
go-font: init at 2016-11-17
2016-11-21 17:05:25 +01:00