about summary refs log tree commit diff
path: root/pkgs/applications/backup/proxmox-backup-client
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
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-05-01proxmox-backup-client: 3.1.2 -> 3.2.2Christoph Heiss2-311/+874
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-12-20treewide: don't use pname for mainProgram where pname is staticSandro Jäckel1-1/+1
2023-12-03proxmox-backup-client: reformat input-list to usual styleChristoph Heiss1-16/+16
No functional changes here, just cosmetics. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-12-03proxmox-backup-client: 3.0.1 -> 3.1.2Christoph Heiss2-403/+468
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-17treewide: s_targetPlatform_hostPlatform_ in non-compiler packagesAdam Joseph1-1/+1
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-08-11treewide: noop: refer to `src.name` or similar where appropriate, part 3: ↵Jan Malakhovski1-28/+35
more use cases This continues where d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e 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 d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e 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-07-03proxmox-backup-client: add explanatory comments to patchesChristoph Heiss1-0/+10
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-30proxmox-backup-client: add passthru.tests.versionChristoph Heiss1-3/+21
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-29proxmox-backup-client: add changelog urlChristoph Heiss1-0/+1
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-29proxmox-backup-client: 2.4.1 -> 3.0.1Christoph Heiss2-309/+292
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-06-29proxmox-backup-client: fetch external patches from AUR packageChristoph Heiss4-259/+13
As discussed in #215812. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-03-29proxmox-backup-client: install man-pages and shell completionsChristoph Heiss3-2/+129
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-29proxmox-backup-client: 2.2.1 -> 2.4.1Christoph Heiss4-467/+844
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-03-29proxmox-backup-client: add christoph-heiss as maintainerChristoph Heiss1-1/+1
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2022-10-30proxmox-backup-client: init at 2.2.1Egor Ternovoy3-0/+2128