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
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
github-actions[bot]
ca03e913ca
Merge master into staging-next
2022-08-12 00:02:30 +00:00
R. Ryantm
5c49de4bef
rclone: 1.59.0 -> 1.59.1
2022-08-10 22:57:14 +00:00
github-actions[bot]
b02b965b0d
Merge staging-next into staging
2022-08-05 18:02:29 +00:00
Bobby Rong
2af4d03e90
Merge pull request #183921 from NickCao/wdt
...
wdt: unstable-2022-03-24 -> unstable-2022-07-08, add updateScript
2022-08-05 20:25:51 +08:00
github-actions[bot]
1caa752d4b
Merge staging-next into staging
2022-07-31 12:03:07 +00:00
R. Ryantm
b5a565c951
unison: 2.52.0 -> 2.52.1
2022-07-31 13:17:21 +02:00
Nick Cao
1f6f504407
wdt: unstable-2022-03-24 -> unstable-2022-07-08, add updateScript
2022-07-30 15:51:56 +08:00
Alyssa Ross
bf0aa68088
Revert "rsync: Work around upstream cross-compilation issue"
...
This reverts commit 49edde0905
.
Our packaged rsync version now contains the fix.
2022-07-29 20:00:04 +00:00
Alyssa Ross
6c93364cc2
rsync: enable parallel building
...
Tested at -j48.
2022-07-29 20:00:01 +00:00
Ryan Horiguchi
3934afb8b1
onedrive: 2.4.19 -> 2.14.20
2022-07-20 22:10:03 +02:00
Sandro Jäckel
8e5af0c0fa
rclone: 1.58.1 -> 1.59.0
2022-07-17 00:34:43 +02:00
Further
c19c7d96c5
rrsync: clean unused part
2022-07-12 18:17:39 +08:00
Further
9d7d8c11eb
rrsync: fixed python3 and add braceexpand module
2022-07-12 03:30:48 +08:00
Further
a91cea12b1
rrsync: change per script to python script
2022-07-12 01:08:40 +08:00
Ryan Horiguchi
a6ed92b044
onedrive: 2.4.17 -> 2.14.19
2022-06-24 11:35:37 +08:00
Sandro Jäckel
9e1c94057c
rsync: adopt, greatly simplify package
2022-06-05 09:00:03 -05:00
Thomas Gerbet
3de6800173
rsync: 3.2.3 -> 3.2.4
...
https://download.samba.org/pub/rsync/NEWS#3.2.4
2022-05-27 07:36:29 -05:00
Lassulus
a5e2c6e6dd
Merge pull request #163941 from r-ryantm/auto-update/backintime-common
...
backintime-common: 1.2.1 -> 1.3.2
2022-05-10 11:45:16 +02:00
Peter Hoeg
5a51d04e45
onedrive: 2.4.16 -> 2.4.17
2022-05-05 14:33:18 +08:00
Sandro Jäckel
7b09be46ea
rclone: 1.58.0 -> 1.58.1
2022-04-29 15:52:16 +02:00
Ben Siraphob
4c38fcb192
treewide: move cmake into nativeBuildInputs
2022-03-31 12:35:21 -05:00
Nick Cao
7150ca1c28
wdt: init at unstable-2022-03-24
2022-03-29 21:06:21 +08:00