about summary refs log tree commit diff
path: root/pkgs/tools/backup/zbackup
AgeCommit message (Collapse)AuthorFilesLines
2023-07-12pkgs/tools/backup: remove dead codefigsoda1-1/+1
with the help of deadnix & nil
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2022-05-12zbackup: Fix build errorAshish SHUKLA1-0/+4
Upstream bug report: https://github.com/zbackup/zbackup/issues/160
2021-10-24zbackup: fixHarrison Houghton2-1/+22
The upstream proposed fix doesn't apply cleanly, so here's a version that does.
2021-09-22zbackup: switch to fetchFromGitHubFelix Buehler1-5/+10
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2015-10-06zbackup: fix "meta.meta" typoBjørn Forsman1-1/+1
2015-10-06zbackup: init at 1.4.4Juho Östman1-0/+17