Commit Graph

16 Commits

Author SHA1 Message Date
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Christoph Heiss
d1d2742fbc
proxmox-backup-client: 3.1.2 -> 3.2.2
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-05-01 23:09:05 +02:00
Sandro Jäckel
15cf1bacec
treewide: don't use pname for mainProgram where pname is static 2023-12-20 14:25:55 +01:00
Christoph Heiss
dce34a5be4
proxmox-backup-client: reformat input-list to usual style
No functional changes here, just cosmetics.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-12-03 01:42:11 +01:00
Christoph Heiss
10b8b720f1
proxmox-backup-client: 3.0.1 -> 3.1.2
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-12-03 01:41:59 +01:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
Jan Malakhovski
591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
Christoph Heiss
ce105275e5
proxmox-backup-client: add explanatory comments to patches
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-07-03 15:02:20 +02:00
Christoph Heiss
80e58241b3
proxmox-backup-client: add passthru.tests.version
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-30 16:08:25 +02:00
Christoph Heiss
5d511d1a1b
proxmox-backup-client: add changelog url
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-29 17:57:01 +02:00
Christoph Heiss
5e714a5952
proxmox-backup-client: 2.4.1 -> 3.0.1
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-29 17:43:34 +02:00
Christoph Heiss
bdda52578d
proxmox-backup-client: fetch external patches from AUR package
As discussed in #215812.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-29 17:42:02 +02:00
Christoph Heiss
eda839d56f
proxmox-backup-client: install man-pages and shell completions
This requires two additional patches; one taken from the AUR package and
one to fix up the path to the built executable for the man-pages build
step.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-03-29 20:47:49 +02:00
Christoph Heiss
95e1d46d8d
proxmox-backup-client: 2.2.1 -> 2.4.1
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-03-29 20:47:44 +02:00
Christoph Heiss
b1f77073bc
proxmox-backup-client: add christoph-heiss as maintainer
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-03-29 20:24:22 +02:00
Egor Ternovoy
e2ad2bcf15
proxmox-backup-client: init at 2.2.1 2022-10-30 23:51:30 +07:00