Commit graph

15 commits

Author SHA1 Message Date
Arthur Gautier 772aa5a94c thin-provisioning-tools: extraneous dependency on binutils
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-28 00:16:03 +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
Sandro Jäckel 5dfefc39c5
thin-provisioning-tools: remove unused input 2020-11-28 03:08:50 +01:00
Arthur Gautier 881fc17243 thin-provisioning-tools: 0.7.6 -> 0.9.0 2020-08-22 10:13:32 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02: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
Mario Rodas 898f34a059
thin-provisioning-tools: fix patch url
Void Linux changed its github organization from "voidlinux" to "void-linux"
See: https://voidlinux.org/news/2018/06/GitHub-Organisation-is-moving.html
2019-05-01 12:48:41 -05:00
Will Dietz 4056b41f95 thin-provisioning-tools: use patch, comment 2018-05-15 14:05:29 -05:00
Will Dietz de810b8180 thin-provisioning-tools: enable parallel building 2018-05-15 11:57:53 -05:00
Will Dietz 42e4f90afb thin-provisioning-tools: fix build w/musl re:PAGE_SIZE 2018-05-15 11:57:38 -05:00
Will Dietz 26abaa0257 thin-provisioning-tools: 0.7.5 -> 0.7.6 2018-05-15 11:57:05 -05:00
Ryan Mulligan 76a1e39e12 thin-provisioning-tools: 0.6.3 -> 0.7.5
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.7.5 with grep in /nix/store/7y3a77lh1w5ghqlmy5l00bsx90dpwyy4-thin-provisioning-tools-0.7.5
- found 0.7.5 in filename of file in /nix/store/7y3a77lh1w5ghqlmy5l00bsx90dpwyy4-thin-provisioning-tools-0.7.5

cc "@globin"
2018-02-27 17:29:26 -08:00
Robin Gloster cd1ec18b42 thin-provisioning-tools: init at 0.6.3 (#19268) 2016-10-05 20:28:28 +02:00