Commit graph

14 commits

Author SHA1 Message Date
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +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
Mario Rodas 34ecd048ba
translate-shell: 0.9.6.11 -> 0.9.6.12 2020-05-11 04:20:00 -05:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas 48fefb7c49 translate-shell: 0.9.6.10 -> 0.9.6.11 2019-07-30 13:56:16 +09:00
R. RyanTM a872d68060 translate-shell: 0.9.6.9 -> 0.9.6.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/translate-shell/versions
2019-05-02 14:50:09 -07:00
R. RyanTM f204389813 translate-shell: 0.9.6.8 -> 0.9.6.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/translate-shell/versions
2019-01-01 23:52:52 -08:00
Silvan Mosberger 8b9054e6e4
translate-shell: 0.9.6.7 -> 0.9.6.8 2018-08-14 19:56:20 +02:00
Silvan Mosberger a60c4b56f7
translate-shell: 0.9.6.6 -> 0.9.6.7, fix packaging 2018-03-24 21:54:43 +01:00
Ryan Mulligan a5be3cc1d6 translate-shell: 0.9.4 -> 0.9.6.6
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.9.6.6 with grep in /nix/store/b8w2c7x6vy16bdfcyxnsv40r88ybdqhy-translate-shell-0.9.6.6
- found 0.9.6.6 in filename of file in /nix/store/b8w2c7x6vy16bdfcyxnsv40r88ybdqhy-translate-shell-0.9.6.6

cc "@ebzzry"
2018-02-28 12:30:45 +01:00
Tuomas Tynkkynen 07491d68c3 treewide: Fix output references to ncurses 2016-08-23 04:53:24 +03:00
Tuomas Tynkkynen 005b644b30 translate-shell: Fix curl reference 2016-08-23 04:32:21 +03:00
Rommel M. Martinez 963d8cc3e0 translate-shell: init at 0.9.4 (#17780) 2016-08-17 16:20:55 +02:00