about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
AgeCommit message (Collapse)AuthorFilesLines
2023-07-31backintime-common: add missing dependency 'packaging'Bjørn Forsman1-1/+1
Fixes this fatal startup error: $ nix-build -A backintime-common && ./result/bin/backintime [...] ModuleNotFoundError: No module named 'packaging' Fixes https://github.com/NixOS/nixpkgs/issues/241966.
2023-07-18rclone: 1.63.0 -> 1.63.1 (#244073)Mario Rodas1-13/+4
Diff: https://github.com/rclone/rclone/compare/v1.63.0...v1.63.1 Changelog: https://github.com/rclone/rclone/blob/v1.63.1/docs/content/changelog.md
2023-07-11desync: 0.9.4 -> 0.9.5R. Ryantm1-2/+2
2023-07-08Merge pull request #242040 from dotlambda/librclone-fixMario Rodas1-0/+5
librclone: fix build
2023-07-08backintime: add missing dependency 'packaging'Bjørn Forsman1-1/+1
Fixes this error: $ ./result/bin/backintime-qt /nix/store/fpr65b2gwpa4q9w3k6z8kjcd9yprmg6s-backintime-qt-1.3.3 Traceback (most recent call last): File "/nix/store/fpr65b2gwpa4q9w3k6z8kjcd9yprmg6s-backintime-qt-1.3.3/share/backintime/qt/app.py", line 35, in <module> import qttools File "/nix/store/fpr65b2gwpa4q9w3k6z8kjcd9yprmg6s-backintime-qt-1.3.3/share/backintime/qt/qttools.py", line 32, in <module> from packaging.version import Version ModuleNotFoundError: No module named 'packaging' Fixes https://github.com/NixOS/nixpkgs/issues/241966.
2023-07-07rclone: add librclone to passthru.testsRobert Schütz1-0/+5
2023-07-06Merge pull request #241863 from marsam/fix-rclone-aarch64-darwinMario Rodas1-2/+11
rclone: fix build on aarch64-darwin
2023-07-06desync: add changelog to metaFabian Affolter1-4/+8
- minor changes and modifications
2023-07-06rclone: fix build on aarch64-darwinMario Rodas1-2/+11
Fixes https://github.com/NixOS/nixpkgs/issues/241706
2023-07-05desync: 0.9.3 -> 0.9.4R. Ryantm1-3/+3
2023-07-02rclone: 1.62.2 -> 1.63.0 (#240743)Sandro1-4/+4
* rclone: 1.62.2 -> 1.63.0 Diff: https://github.com/rclone/rclone/compare/v1.62.2...v1.63.0 Changelog: https://github.com/rclone/rclone/blob/v1.63.0/docs/content/changelog.md * Update pkgs/applications/networking/sync/rclone/default.nix --------- Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-06-23onedrive: 2.4.23 -> 2.4.25R. Ryantm1-2/+2
2023-06-13treewide: don't set platforms.unix for buildGoModuleSandro Jäckel1-1/+0
2023-06-10unison: use finalAttrs patternRafael Fernández López1-4/+4
2023-04-03celeste: 0.4.6 -> 0.5.2Robert Schütz1-3/+3
Diff: https://github.com/hwittenborn/celeste/compare/v0.4.6...v0.5.2 Changelog: https://github.com/hwittenborn/celeste/blob/v0.5.2/CHANGELOG.md
2023-03-24unison: 2.53.0 -> 2.53.2R. Ryantm1-2/+2
2023-03-16rclone: 1.61.1 -> 1.62.2Sandro Jäckel1-6/+6
2023-03-08celeste: init at 0.4.6Robert Schütz3-0/+161
2023-02-20unison: 2.52.1 -> 2.53.0Tim Häring1-15/+13
besides updating the version/src sha, upstream switched to GTK3, as can be seen in the release notes [0]. This apparently requires the ocaml cairo2 bindings an zlib. I also used wrapGAppsHook to supply the schemas from gsettings-desktop-schemas. Screenshot: https://i.imgur.com/CrPvLgQ.png I can not test the Icon creation since I am not using a desktop, @viric please check. Maybe this is also done by wrapGAppsHook.. [0] https://github.com/bcpierce00/unison/releases/tag/v2.53.0
2023-02-04wdt: unstable-2022-07-08 -> unstable-2022-12-19Nick Cao1-3/+3
2023-02-03treewide: add strictDeps = true to most packages depending on ocamlUlrik Strid1-2/+4
2023-01-23Merge pull request #209480 from r-ryantm/auto-update/backintimeWeijia Wang1-2/+2
backintime: 1.3.2 -> 1.3.3
2023-01-22treewide: systemdSupport: use lib.meta.availableOnAdam Joseph1-1/+1
Many packages have some kind of flag indicating whether or not to build with systemd support. Most of these default to `stdenv.isLinux`, but systemd does not build on (and is marked `broken` for) `isStatic`. Only a few packages have the needed `&& !isStatic` in the default value for their parameter. This commit moves the logic for the default value of these flags into `systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using `lib.meta.availableOn`. This provides three benefits: 1. The default values are set correctly (i.e. including `&& isStatic`) 2. The default values are set consistently 3. The way is paved for any future non-Linux systemd platforms (FreeBSD is reported to have experimental systemd support)
2023-01-22Merge pull request #211939 from bobvanderlinden/pr-lsyncd-2.3.1Jonas Heinrich1-10/+2
lsyncd: 2.2.3 -> 2.3.1
2023-01-21lsyncd: 2.2.3 -> 2.3.1Bob van der Linden1-10/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-16rsync: fix build with muslFabian Möller1-0/+3
The rsync build tries to use IFUNC for SIMD optimizations on x86_64, which has to be disabled for musl.
2023-01-11onedrive: 2.4.22 -> 2.4.23Ryan Horiguchi1-2/+2
2023-01-07backintime: 1.3.2 -> 1.3.3R. Ryantm1-2/+2
2022-12-31Merge pull request #207328 from wegank/lsyncd-darwinSandro1-4/+2
2022-12-29Merge pull request #206395 from fgaz/openrsync/initFrancesco Gazzetta1-0/+29
openrsync: init at unstable-2022-05-08
2022-12-29openrsync: init at unstable-2022-05-08Francesco Gazzetta1-0/+29
2022-12-24rclone: 1.60.1 -> 1.61.1Sandro Jäckel1-3/+3
Diff: https://github.com/rclone/rclone/compare/v1.60.1...v1.61.1 Changelog: https://github.com/rclone/rclone/blob/v1.61.1/docs/content/changelog.md
2022-12-22lsyncd: unbreak on aarch64-darwinWeijia Wang1-4/+2
2022-12-15onedrive: 2.4.21 -> 2.4.22R. Ryantm1-2/+2
2022-12-13treewide: mark packages broken that never built on PLATFORMRick van Schijndel1-0/+2
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken Tool is still WIP but this is one of the first results. I manually audited the results and removed some results that were not valid. Note that some of these packages maybe should have more constrained platforms set instead of broken set, but I think not being perfectly correct is better than just keep trying to build all these things and never succeeding. Some observations: - Some darwin builds require XCode tools - aarch64-linux builds sometimes suffer from using gcc9 - gcc9 is getting older and misses some new libraries/features - Sometimes tools try to do system detection or expect some explicit settings for platforms that are not x86_64-linux
2022-11-21rsync: 3.2.6 -> 3.2.7toonn1-2/+2
2022-11-17rclone: 1.60.0 -> 1.60.1Sandro Jäckel1-2/+2
2022-10-22Merge master into staging-nextgithub-actions[bot]1-3/+3
2022-10-21rclone: 1.59.2 -> 1.60.0Sandro Jäckel1-3/+3
2022-10-20Merge master into staging-nextgithub-actions[bot]1-3/+3
2022-10-20desync: 0.9.2 -> 0.9.3R. Ryantm1-3/+3
2022-10-13Merge branch 'master' into stagingVladimír Čunát1-1/+2
2022-10-12onedrive: 2.4.20 -> 2.4.21Filippo Berto1-1/+2
2022-10-10treewide: optional -> optionals where the argument is a listArtturin1-1/+1
the argument to optional should not be list
2022-09-30rsync: 3.2.5 -> 3.2.6R. Ryantm1-2/+2
2022-09-29Merge master into staging-nextgithub-actions[bot]1-2/+2
2022-09-29onedrive: 2.4.20 -> 2.4.21R. Ryantm1-2/+2
2022-09-26treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin1-2/+2
found with nixpkgs-lint
2022-09-16rclone: 1.59.1 -> 1.59.2R. Ryantm1-2/+2