Commit graph

15 commits

Author SHA1 Message Date
Felix Buehler 1e9baed56b various: cleanup of 'inherit version;' 2021-07-16 00:17:12 +02: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
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
Markus Kowalewski 7d25ffade4
dd_rescue: add license + update homepage 2018-09-12 23:12:15 +02:00
Michael Raskin 2a9ba64053 dd_rescue: 1.99.7 -> 1.99.8 2018-05-02 02:46:52 +02:00
Michael Raskin fcd66ca233 dd_rescue: 1.99.5 -> 1.99.7 2017-11-11 15:31:41 +01:00
Michael Raskin 5ce78bdd03 dd_rescue: 1.99 -> 1.99.5 2017-01-02 20:18:50 +01:00
Domen Kožar b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01:00
Pascal Wittmann 7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
Michael Raskin 8147a3d9d8 dd_rescue: 1.98 -> 1.99 2015-10-13 19:30:51 +03:00
Michael Raskin 2b35cccc5b Update dd_rescue and switch to bzip2 releases 2015-06-14 11:23:18 +03:00
Michael Raskin 8152e66da5 update dd_rescue 2014-08-31 20:42:08 +04:00
Domen Kozar ec407aaa86 dd_rescue: 1.22 -> 1.42.1 2014-03-06 15:15:44 +01:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Michael Raskin 6a9414d938 Adding dd_rescue - this is not the same as GNU ddrescue which has not been updated for a long time
svn path=/nixpkgs/trunk/; revision=24801
2010-11-22 08:40:10 +00:00