Commit graph

1164 commits

Author SHA1 Message Date
Lassulus b731803e95
Merge pull request #177207 from azahi/zfsbackup
zfsbackup: unstable-2020-09-30 -> unstable-2021-05-26
2022-06-24 07:43:28 +02:00
Azat Bahawi 8a40b9f1e6
zfsbackup: unstable-2020-09-30 -> unstable-2021-05-26 2022-06-24 00:13:04 +03:00
David Reiss c9ba04ce8c gphotos-sync: 2.14.2 -> 3.04 2022-06-17 04:02:26 +00:00
Robert Scott 61c35da607 treewide/servers,tools: add sourceType binaryNativeCode for many packages 2022-06-16 20:21:42 +01:00
Sergei Trofimovich 441d55e6f1
Merge pull request #176453 from trofi/workaround-fno-common-for-percona-xtrabackup_2_4
percona-xtrabackup_2_4: add -fcommon workaround
2022-06-06 07:11:34 +00:00
Martin Weinelt d2a9a19e8a borgbackup: set meta.mainProgram 2022-06-05 20:37:10 -07:00
Martin Weinelt 36aa013ff4 borgbackup: 1.2.0 -> 1.2.1
https://github.com/borgbackup/borg/releases/tag/1.2.1
2022-06-05 20:37:10 -07:00
Sergei Trofimovich fc8061dae4 percona-xtrabackup_2_4: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: xbstream.c.o:(.bss+0x0): multiple definition of
      `datasink_buffer'; ds_buffer.c.o:(.data.rel.local+0x0): first defined here
2022-06-05 20:23:53 +01:00
Pascal Bach 6218ada158
Merge pull request #176308 from dotlambda/restic-0.13.1
restic: 0.13.0 -> 0.13.1
2022-06-05 13:09:51 +02:00
Robert Schütz 6ca21e5500 restic: 0.13.0 -> 0.13.1
https://github.com/restic/restic/releases/tag/v0.13.1
2022-06-04 22:56:37 +00:00
Robert Scott 3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
R. Ryantm 54fd97c276 discordchatexporter-cli: 2.34 -> 2.34.1 2022-06-02 02:42:24 +00:00
Sandro 8cefd5dddc
Merge pull request #175407 from SuperSandro2000/ipaddress-deps
Remove python26Packages.ipaddress from applications
2022-06-02 01:34:50 +02:00
Sandro af55be9eac
Merge pull request #175660 from blitz/duplicity-gdrive
duplicity: use pydrive2 to fix Google Drive backup problems
2022-06-01 16:43:46 +02:00
Julian Stecklina a571caaf73 duplicity: use pydrive2 to fix gdrive backup problems
pydrive is abandoned and has unfixed issues. In particular, Deja Dup
backups (which uses duplicity as backend) to Google Drive fail with

 Giving up after 5 attempts. RedirectMissingLocation: Redirected but
 the response is missing a Location: header.

More context and pointers are available in the Deja Dup bug tracker:
https://gitlab.gnome.org/World/deja-dup/-/issues/202#note_1306216
2022-06-01 00:51:13 +02:00
Robert Schütz 9b46fd9ba0 borgbackup: cython is only required at build-time 2022-05-31 12:13:12 +00:00
Robert Schütz 43337d4f93 borgbackup: need either pyfuse3 or llfuse
The former is preferred according to
https://borgbackup.readthedocs.io/en/1.2.0/installation.html#dependencies
but only works on Linux since it depends on libfuse3.
2022-05-31 12:13:12 +00:00
Janne Heß bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Sandro Jäckel c9a2b12db5
duplicity: remove backport ipaddress, remove always false condition 2022-05-30 05:54:24 +02:00
Artturi 1052f7970f
Merge pull request #174247 from cid-chan/cid-fix-duplicity-s3-boto
duplicity: S3 backups fail with "boto" not being found.
2022-05-29 21:37:07 +03:00
Rick van Schijndel cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
Rick van Schijndel c3fa68c928 bupstash: mark broken on x86_64-darwin
Related to https://github.com/NixOS/nixpkgs/issues/101229
2022-05-29 10:56:03 +02:00
Rick van Schijndel 5d8ec2adc1 bakelite: only supports linux 2022-05-29 10:56:03 +02:00
Sandro b9c9593a88
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
Sarah ad13d56c99
duplicity: S3 backups fail with "boto" not being found.
It seems that duplicity needs boto instead of boto3.
They apparently have different packages.

I decided to keep both,
as there may be another backend depending on it.
2022-05-24 09:07:48 +02:00
Mario Rodas e78207de3d wal-g: 1.1 -> 2.0.0
https://github.com/wal-g/wal-g/releases/tag/v2.0.0
2022-05-19 04:20:00 +00:00
Sergei Trofimovich b9fcbcb596 btar: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: listindex.o:/build/btar-1.1.1/loadindex.h:12: multiple definition of
      `ptr'; main.o:/build/btar-1.1.1/loadindex.h:12: first defined here
2022-05-19 15:39:46 +01:00
Ivar Scholten 578589e1da treewide: remove unneeded dotnet SDK version pins
These derivations use buildDotnetModule, which has had its default
dotnet version changed recently. This patch removes redundantly setting
the SDK/runtime to version 6.
2022-05-16 21:39:47 +02:00
Mario Rodas 118ec238bf
Merge pull request #171339 from aaronjheng/diskrsync
diskrsync: unstable-2019-01-02 -> 1.3.0
2022-05-14 19:29:37 -05:00
Berk D. Demir 5205b3a91f restic-rest-server: remove vars from patch url
addresses feedback from #172817.
style only. no functional changes.
2022-05-13 12:22:46 -07:00
Berk D. Demir fdb1595ffb restic-rest-server: Fix tests on Darwin
Backport unit test changes from project's master branch to replace
hardcoded /tmp with os.TempDir() calls in Go.

It can now handle /private/tmp/nix-build-{pname}-{version}.drv-0 paths
on Darwin.
2022-05-13 09:06:03 -07:00
Ashish SHUKLA 07aba57bca
zbackup: Fix build error
Upstream bug report: https://github.com/zbackup/zbackup/issues/160
2022-05-12 14:50:03 +05:30
Aaron Jheng 213335ce59
diskrsync: unstable-2019-01-02 -> 1.3.0 2022-05-10 11:47:55 +00:00
renesat 493c9e0d86 autorestic: 1.5.8 -> 1.7.1 2022-05-04 00:18:29 +03:00
Armeen Mahdian 2975ad1195 duply: 2.3.1 -> 2.4 2022-04-26 23:22:41 +02:00
Ryan Mulligan 9cce5121f6
Merge pull request #169809 from r-ryantm/auto-update/dar
dar: 2.7.4 -> 2.7.5
2022-04-25 21:21:15 -07:00
R. Ryantm 8f71270112 dar: 2.7.4 -> 2.7.5 2022-04-22 14:53:50 +00:00
Artturin f1c7f19e49 treewide: testVersion -> testers.testVersion 2022-04-22 16:24:27 +03:00
Lassulus e87155d446
Merge pull request #158471 from illdefined/bakelite
bakelite: unstable-2021-10-19 -> unstable-2022-02-12
2022-04-20 21:56:37 +01:00
Martin Weinelt a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Lassulus 92734ac395
Merge pull request #166865 from malob/treewide-mainProgram
treewide: add meta.mainProgram to many packages
2022-04-15 09:28:00 +01:00
github-actions[bot] eef7dee538
Merge master into staging-next 2022-04-15 06:01:16 +00:00
Martin Weinelt 33425fdc96
Merge pull request #166489 from NixOS/python-updates 2022-04-15 03:47:30 +02:00
Sandro 29014d65aa
Merge pull request #167721 from bbigras/kopia
kopia: 0.10.6 -> 0.10.7
2022-04-15 03:32:05 +02:00
Martin Weinelt a484235634 grab-site: update sqlalchemy hash 2022-04-15 01:39:55 +02:00
Martin Weinelt c2d2758147 borgbackup: disable racy test
https://github.com/borgbackup/borg/issues/6573
2022-04-15 01:39:54 +02:00
Malo Bourgon 0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Vladimír Čunát d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
R. Ryantm a2c44cba88 discordchatexporter-cli: 2.33.2 -> 2.34 2022-04-11 01:30:15 +00:00
Bruno Bigras 7f1bde2ca0 kopia: 0.10.6 -> 0.10.7 2022-04-07 10:35:36 -04:00