Commit Graph

307 Commits

Author SHA1 Message Date
Mario Rodas
d31e7c5282
rclone: 1.63.0 -> 1.63.1 (#244073)
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-18 10:44:39 +02:00
R. Ryantm
b04d2fc96b desync: 0.9.4 -> 0.9.5 2023-07-11 10:42:44 +00:00
Mario Rodas
a0c6cb3272
Merge pull request #242040 from dotlambda/librclone-fix
librclone: fix build
2023-07-08 16:43:34 -05:00
Bjørn Forsman
687ed41b53 backintime: add missing dependency 'packaging'
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-08 07:47:44 +02:00
Robert Schütz
3d30a2c8a1 rclone: add librclone to passthru.tests 2023-07-07 04:02:29 -07:00
Mario Rodas
5ad513ca93
Merge pull request #241863 from marsam/fix-rclone-aarch64-darwin
rclone: fix build on aarch64-darwin
2023-07-06 16:14:59 -05:00
Fabian Affolter
c9df316a82 desync: add changelog to meta
- minor changes and modifications
2023-07-06 11:53:27 +03:00
Mario Rodas
f7e0e07f4a rclone: fix build on aarch64-darwin
Fixes https://github.com/NixOS/nixpkgs/issues/241706
2023-07-06 04:20:00 +00:00
R. Ryantm
775a79f96e desync: 0.9.3 -> 0.9.4 2023-07-05 18:30:34 +00:00
Sandro
560dae862f
rclone: 1.62.2 -> 1.63.0 (#240743)
* 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-07-02 03:04:45 +02:00
R. Ryantm
33149b7261 onedrive: 2.4.23 -> 2.4.25 2023-06-23 09:21:51 +00:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
Rafael Fernández López
ded510eddc unison: use finalAttrs pattern 2023-06-10 11:47:01 +02:00
Robert Schütz
dcf9f37aef celeste: 0.4.6 -> 0.5.2
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-04-03 18:25:08 -07:00
R. Ryantm
2a3b9026be unison: 2.53.0 -> 2.53.2 2023-03-24 21:45:46 +00:00
Sandro Jäckel
10314ea925
rclone: 1.61.1 -> 1.62.2 2023-03-16 17:14:31 +01:00
Robert Schütz
ea0070a518 celeste: init at 0.4.6 2023-03-08 15:18:26 -08:00
Tim Häring
10803b968b unison: 2.52.1 -> 2.53.0
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-20 07:29:20 +01:00
Nick Cao
8ce875b4e2
wdt: unstable-2022-07-08 -> unstable-2022-12-19 2023-02-04 14:19:39 +08:00
Ulrik Strid
376e9ceead treewide: add strictDeps = true to most packages depending on ocaml 2023-02-03 08:59:34 +01:00
Weijia Wang
3954218cf6
Merge pull request #209480 from r-ryantm/auto-update/backintime
backintime: 1.3.2 -> 1.3.3
2023-01-23 16:24:24 +01:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
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-22 00:27:19 -08:00
Jonas Heinrich
fed715a586
Merge pull request #211939 from bobvanderlinden/pr-lsyncd-2.3.1
lsyncd: 2.2.3 -> 2.3.1
2023-01-22 07:21:44 +01:00
Bob van der Linden
6c7bcbc9f9
lsyncd: 2.2.3 -> 2.3.1 2023-01-21 15:31:11 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
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-21 12:00:00 +00:00
Fabian Möller
7c1096ab99 rsync: fix build with musl
The rsync build tries to use IFUNC for SIMD optimizations on x86_64,
which has to be disabled for musl.
2023-01-16 10:51:05 -06:00
Ryan Horiguchi
09696eab5d onedrive: 2.4.22 -> 2.4.23 2023-01-11 14:40:57 +08:00
R. Ryantm
72b82f86d4 backintime: 1.3.2 -> 1.3.3 2023-01-07 13:44:12 +00:00
Sandro
ec75c32673
Merge pull request #207328 from wegank/lsyncd-darwin 2022-12-31 23:07:26 +01:00
Francesco Gazzetta
904f07f595
Merge pull request #206395 from fgaz/openrsync/init
openrsync: init at unstable-2022-05-08
2022-12-29 11:35:45 +00:00
Francesco Gazzetta
c866913327 openrsync: init at unstable-2022-05-08 2022-12-29 10:31:10 +01:00
Sandro Jäckel
b1cd0a0ead
rclone: 1.60.1 -> 1.61.1
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-24 03:12:46 +01:00
Weijia Wang
73a926b415 lsyncd: unbreak on aarch64-darwin 2022-12-22 21:52:15 +01:00
R. Ryantm
1218bada61 onedrive: 2.4.21 -> 2.4.22 2022-12-15 15:11:01 +08:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
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-12-13 21:40:12 +01:00
toonn
82fe3d27fb rsync: 3.2.6 -> 3.2.7 2022-11-21 10:32:33 -06:00
Sandro Jäckel
b94d3579ae
rclone: 1.60.0 -> 1.60.1 2022-11-17 23:36:29 +01:00
github-actions[bot]
71e4896d63
Merge master into staging-next 2022-10-22 12:01:25 +00:00
Sandro Jäckel
62a43a161d
rclone: 1.59.2 -> 1.60.0 2022-10-21 23:22:02 +02:00
github-actions[bot]
6e9b36d7a0
Merge master into staging-next 2022-10-20 06:05:55 +00:00
R. Ryantm
1e714bc88b desync: 0.9.2 -> 0.9.3 2022-10-20 08:50:55 +08:00
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
Filippo Berto
ec70a388c5 onedrive: 2.4.20 -> 2.4.21 2022-10-12 10:35:42 +08:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
R. Ryantm
32f520bc09 rsync: 3.2.5 -> 3.2.6 2022-09-30 22:27:01 -05:00
github-actions[bot]
9c14978f84
Merge master into staging-next 2022-09-29 12:01:25 +00:00
R. Ryantm
177911fa86 onedrive: 2.4.20 -> 2.4.21 2022-09-29 15:45:30 +08:00
Artturin
0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
R. Ryantm
d394d6cad0 rclone: 1.59.1 -> 1.59.2 2022-09-16 02:32:00 +00:00
Ivan Kozik
457e267206 rsync: 3.2.4 -> 3.2.5
This release fixes CVE-2022-29154:
https://download.samba.org/pub/rsync/NEWS#3.2.5

Remove enableCopyDevicesPatch because --copy-devices was included in rsync 3.2.4:
https://download.samba.org/pub/rsync/NEWS#3.2.4:~:text=Added%20the%20%2D%2Dcopy%2Ddevices%20option
2022-08-20 09:12:37 -05:00