R. RyanTM
|
a196b0c291
|
diffstat: 1.63 -> 1.64
|
2021-01-19 11:24:55 +00: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
|
ebf6cf71b3
|
diffstat: 1.62 -> 1.63
|
2019-12-08 12:58:58 +01:00 |
|
Daniel Schaefer
|
bac4d95aa2
|
treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
|
2019-04-22 10:19:54 +02:00 |
|
R. RyanTM
|
4f90841ba0
|
diffstat: 1.61 -> 1.62
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/diffstat/versions.
|
2018-08-17 04:16:46 -07:00 |
|
Will Dietz
|
19f1fd14b3
|
invisible-island programs: Fix FTP URL's, use HTTPS, prefer ftp
FTP URL's should use ftp.invisible-island.net.
|
2018-01-02 12:31:33 -06:00 |
|
Matthias Beyer
|
871c4d78e8
|
diffstat: 1.60 -> 1.61
|
2016-06-03 16:04:41 +02:00 |
|
Bjørn Forsman
|
b8e776bbe4
|
diffstat: 1.59 -> 1.60
2015/07/07 (diffstat 1.60)
+ add configure option --with-man2html
+ update configure macros
+ update config.guess, config.sub
|
2015-09-16 07:55:13 +02:00 |
|
Moritz Ulrich
|
14fd86307f
|
diffstat: update from 1.58 to 1.59
|
2014-09-04 19:31:32 +02:00 |
|
John Wiegley
|
f4b3bc0334
|
diffstat: weaken platform requirement
This fixes a change made in 3ae765278f .
|
2014-06-24 14:45:33 -07:00 |
|
Bjørn Forsman
|
3ae765278f
|
diffstat: clean up expression
Most importantly, add meta.description and meta.platforms.
|
2014-06-22 13:39:28 +02:00 |
|
Nixpkgs Monitor
|
d706aab747
|
diffstat: update from 1.45 to 1.58
|
2013-12-11 09:47:45 +02:00 |
|
Nicolas Pierron
|
a0e09761e5
|
Add diffstat. (by Vincent Ordy)
svn path=/nixpkgs/trunk/; revision=11823
|
2008-05-14 07:58:32 +00:00 |
|