Commit graph

10 commits

Author SHA1 Message Date
Charles Duffy bb1e579d74
nwipe: 0.30 -> 0.31
Miscellaneous upstream bugfixes, notably including musl support.
2021-06-22 10:41:46 -05:00
Fabian Affolter 7d04bef4d8 nwipe: 0.28 -> 0.30 2021-04-19 23:54:39 +02:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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 7edd932239 nwipe: 0.27 -> 0.28 2020-03-30 06:55:38 +00:00
R. RyanTM 37f9f898ad nwipe: 0.26 -> 0.27 2020-03-04 08:31:40 +00:00
R. RyanTM 899d76408c nwipe: 0.25 -> 0.26
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nwipe/versions
2019-09-27 14:29:12 -07: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 cb212f78e0 nwipe: 0.24 -> 0.25 (#46996)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nwipe/versions
2018-09-21 17:56:11 +02:00
Frank Doepper ed657a98c7 nwipe: init at 0.24 (#41664)
* nwipe: init at 0.24

* nwipe: cleanup deps
2018-06-11 11:41:59 +02:00