Commit Graph

8 Commits

Author SHA1 Message Date
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Anderson Torres
6dba240f79 treewide: remove dtzWill as maintainer [orphans]
Since theey is not active in a long span of time.

All the packages in this commit are now orphan.
2024-07-17 13:52:45 -03: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
Zhaofeng Li
7df746316d hermit: Fix build
Fallout from #173430.
2022-09-08 14:55:32 -06: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
Will Dietz
a3f86e0156 hermit: init at 2.0 2019-01-17 15:25:00 -06:00