Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Alyssa Ross
6eca4da1ea
thin-provisioning-tools: fix build on tmpfs
...
Fixes: acca103f2b
("thin-provisioning-tools: 0.9.0 -> 1.0.12")
2024-07-11 09:07:19 +02:00
Sandro
909f74453e
Merge pull request #317032 from anpin/fix/lvm-thin
2024-06-26 13:09:58 +02:00
Pavel Anpin
d187d9b54a
thin-provisioning-tools: add symlinks for compatability
...
https://github.com/NixOS/nixpkgs/issues/317018
2024-06-24 11:21:04 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
ajs124
acca103f2b
thin-provisioning-tools: 0.9.0 -> 1.0.12
...
https://github.com/jthornber/thin-provisioning-tools/blob/v1.0.12/CHANGES
2024-05-30 15:53:44 +02:00
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