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
|
6e9c5e8a9f
|
gitAndTools.svn-all-fast-export: 1.0.17 -> 1.0.18
|
2020-05-10 12:41:00 +00:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
R. RyanTM
|
334e013a0a
|
gitAndTools.svn-all-fast-export: 1.0.16 -> 1.0.17
|
2020-02-14 07:09:30 +00:00 |
|
Robin Gloster
|
5f2b92e3ec
|
treewide: NIX_*_COMPILE -> string
|
2019-12-31 00:13:29 +01:00 |
|
volth
|
c814d72b51
|
treewide: name -> pname
|
2019-08-17 10:54:38 +00:00 |
|
R. RyanTM
|
12ae350d36
|
gitAndTools.svn-all-fast-export: 1.0.13 -> 1.0.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/svn-all-fast-export/versions
|
2019-05-12 22:59:47 -07:00 |
|
Piotr Bogdan
|
4477dedfba
|
gitAndTools.svn-all-fast-export: link with libsvn_fs-1 explicitly
|
2019-01-04 21:44:18 +00:00 |
|
R. RyanTM
|
6d8a48e585
|
gitAndTools.svn-all-fast-export: 1.0.12 -> 1.0.13 (#46173)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
svn-all-fast-export
|
2018-09-11 00:07:37 +02:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
Florian Klink
|
01f91267e2
|
gitAndTools.svn-all-fast-export: 1.0.11 -> 1.0.12
patch for https://github.com/svn-all-fast-export/svn2git/pull/40 is
contained in this release, so we can drop it here.
|
2018-05-29 18:42:45 +02:00 |
|
Florian Klink
|
594130f39c
|
svn-all-fast-export: update patch sha256, --prefix is now used
also, rename to svn-all-fast-export, but keep an alias to the old name
|
2018-03-26 17:08:56 +02:00 |
|
Florian Klink
|
469d49718e
|
gitAndTools.svn_all_fast_export: init at 1.0.11
|
2018-02-08 00:32:10 +01:00 |
|