Commit graph

10 commits

Author SHA1 Message Date
Sandro Jäckel 8cc310c77c
safe-rm: 0.12 -> 1.1.0 2021-05-23 21:38:00 +02:00
Sandro Jäckel 01e50d1136
safe-rm: fix cross compile 2021-03-05 18:15:24 +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
Francois Marier 686b2a2ac8
safe-rm: Update git repository
Gitorious is long gone and the upstream repository is now on Launchpad: https://code.launchpad.net/safe-rm
2020-11-27 03:02:10 +01: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
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
koral 9eee22aaca safe-rm: 0.11 -> 0.12 2014-12-23 22:32:49 +01:00
Pascal Wittmann 8df0e0b151 Fixed many descriptions 2014-11-11 14:36:34 +01:00
koral 03ec2d9477 New package: safe-rm-0.11 2014-10-21 20:19:57 +02:00