Commit graph

10 commits

Author SHA1 Message Date
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +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
WORLDofPEACE cb2786380a
gtranslator: 3.36.0 -> 3.38.0 2020-10-24 01:16:59 +02:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar f7edae890a
gtranslator: 3.34.0 → 3.36.0
https://ftp.gnome.org/pub/GNOME/sources/gtranslator/3.36/gtranslator-3.36.0.news
2020-04-09 10:24:08 +02:00
Jan Tojnar eab20ca018 gtranslator: 3.32.1 → 3.34.0 2019-10-27 22:28:33 -07:00
R. RyanTM f11c3edbc6 gtranslator: 3.32.0 -> 3.32.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtranslator/versions
2019-05-05 02:50:14 -07:00
Jan Tojnar 5c1d710a6b
gtranslator: init at 3.32.0 2019-04-17 22:38:32 +02:00