R. RyanTM
6c81f56887
postsrsd: 1.10 -> 1.11
2021-03-22 14:43:22 +00:00
Ben Siraphob
1030d6406f
postsrsd: expand platforms to all
2021-03-14 11:40:46 +07:00
R. RyanTM
d8f3ef1c14
postsrsd: 1.9 -> 1.10 ( #110211 )
2021-01-25 13:17:22 +01: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
R. RyanTM
24f37c858a
postsrsd: 1.8 -> 1.9
2020-12-08 03:10:37 +00:00
R. RyanTM
0e0b2c8030
postsrsd: 1.7 -> 1.8
2020-12-04 20:29:25 +00:00
R. RyanTM
4aabd257ea
postsrsd: 1.6 -> 1.7
2020-12-03 05:27:35 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
057091f0fa
postsrsd: 1.5 -> 1.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postsrsd/versions
2019-04-18 08:51:02 +02:00
R. RyanTM
e3b0d61bcd
postsrsd: 1.4 -> 1.5 ( #54128 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postsrsd/versions
2019-03-15 20:32:23 +01: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
Nikolay Amiantov
d7a98cb693
postsrsd: 1.3 -> 1.4
2016-03-04 14:46:45 +03:00
Nikolay Amiantov
2053b3a32a
postsrsd: init at 1.3
2016-01-13 13:03:07 +03:00