Commit graph

16 commits

Author SHA1 Message Date
Artturin 5ec78c03ce change various expressions to use pname and version 2021-07-07 23:41:18 +03: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
R. RyanTM adbcb777b7 yank: 1.1.0 -> 1.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yank/versions
2019-08-20 22:43:16 -07:00
R. RyanTM b25b579e04 yank: 1.0.0 -> 1.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yank/versions
2018-11-08 08:00:28 -08:00
R. RyanTM 5bfe6579b1 yank: 0.8.3 -> 1.0.0 (#46926)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yank/versions
2018-09-28 20:58:00 +02:00
Ryan Mulligan 28d6c0b5a8 yank: 0.8.2 -> 0.8.3
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/bzk4wbsksyjga0f8nccwrbangv2416vz-yank-0.8.3/bin/yank -v` and found version 0.8.3
- found 0.8.3 with grep in /nix/store/bzk4wbsksyjga0f8nccwrbangv2416vz-yank-0.8.3
- found 0.8.3 in filename of file in /nix/store/bzk4wbsksyjga0f8nccwrbangv2416vz-yank-0.8.3

cc "@dochang"
2018-02-27 19:14:26 -08:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Jörg Thalheim 6f5c293bc5
yank: depends on xsel 2017-05-20 17:33:42 +01:00
Desmond O. Chang ee30a67a86 yank: 0.8.0 -> 0.8.2 2017-05-10 09:36:50 +08:00
Desmond O. Chang 42d3f67439 yank 0.7.1 -> 0.8.0 2017-01-30 13:25:47 +08:00
Desmond O. Chang dd6025dbce yank: 0.7.0 -> 0.7.1 2016-12-22 09:17:36 +08:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Desmond O. Chang 119b7c9863 yank: 0.6.0 -> 0.7.0 2016-05-22 17:43:32 +02:00
Desmond O. Chang 700835bb45 yank: 0.4.1 -> 0.6.0, fixes #11522 2015-12-07 15:25:50 +01:00
Desmond O. Chang db7fc89547 yank: init at 0.4.1 2015-10-20 13:00:53 +08:00