Commit Graph

769 Commits

Author SHA1 Message Date
Vladimír Čunát
1dd94ad62f
Merge branch 'master' into staging-next 2023-03-12 09:06:28 +01:00
Nick Cao
41e48d6605
Merge pull request #220618 from chuangzhu/fragments
fragments: 2.0.2 -> 2.1; unbreak
2023-03-12 08:52:36 +08:00
Chuang Zhu
d155c6b92d fragments: 2.0.2 -> 2.1; unbreak 2023-03-11 23:18:22 +08:00
github-actions[bot]
7072ae38b6
Merge master into staging-next 2023-03-08 18:01:34 +00:00
arcnmx
4d40a028a1 rtorrent: set meta.mainProgram 2023-03-08 07:56:52 -08:00
github-actions[bot]
fa94414f70
Merge master into staging-next 2023-03-07 00:02:41 +00:00
Weijia Wang
87eb883435
Merge pull request #219883 from wegank/mldonkey-ocaml
mldonkey: migrate to OCaml 4.14
2023-03-06 23:57:29 +02:00
Weijia Wang
d61ab7452c mldonkey: migrate to OCaml 4.14 2023-03-06 23:18:20 +02:00
R. Ryantm
c9babe3fc1 xd: 0.4.2 -> 0.4.4 2023-03-06 03:01:51 +00:00
Martin Weinelt
3686005e6e Merge remote-tracking branch 'origin/staging-next' into staging 2023-02-28 21:17:51 +00:00
Indexyz
d0c6fa6d4e qbittorrent: 4.5.1 -> 4.5.2 2023-02-28 17:32:51 +08:00
github-actions[bot]
40707bbbb3
Merge staging-next into staging 2023-02-27 18:02:06 +00:00
Artturi
1c6a1e5650
Merge pull request #218500 from alyssais/pythonForBuild 2023-02-27 18:17:27 +02:00
Sergei Trofimovich
e7e072d05a Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/top-level/python-aliases.nix

Trivial conflict of multiple added aliases.
2023-02-26 21:53:22 +00:00
Alyssa Ross
2bfa93e01c
treewide: python{ => .pythonForBuild}.interpreter
It won't be enough to fix cross in all cases, but it is in at least
one: pywayland.  I've only made the change in cases I'm confident it's
correct, as it would be wrong to change this when python.interpreter
is used in wrappers, and possibly when it's used for running tests.
2023-02-26 20:26:17 +00:00
R. Ryantm
d464a5bdff qbittorrent: 4.5.0 -> 4.5.1 2023-02-25 00:53:58 +00:00
github-actions[bot]
9c68d30a50
Merge staging-next into staging 2023-02-22 18:01:38 +00:00
Antoine Pietri
e49dc26761 transmission: use gentoo patch to load legacy openssl provider
Previous patch had a memory leak, see:
https://github.com/NixOS/nixpkgs/issues/207047

The gentoo downstream patch is a lot simpler and does not seem to cause
a memory leak.
2023-02-22 01:07:13 +01:00
Martin Weinelt
9e7f9a402b
python310Packages.mako: Normalize attribute, pname, dirname 2023-02-19 21:36:02 +01:00
Martin Weinelt
b03e5a85b2
python310Packages.geoip: Normalize attribute, pname, dirname 2023-02-19 21:36:00 +01:00
Antoine Pietri
85c48a38b4 Revert "transmission: use openssl_legacy"
This reverts commit 52fe5d3bb6.

The patch prevents a segfault in EVP_CIPHER_CTX_set_key_length() when
adding a new torrent. This should have been fixed by switching the
dependency to the legacy openssl package. However, when installing the
Qt version, `transmission-qt` still ends up picking up a non-legacy
openssl via the Qt dependency.
2023-02-18 19:45:50 +01:00
Bheesham Persaud
40ea49cc96 dht: 0.25 -> 0.27 2023-02-16 00:03:25 -05:00
Weijia Wang
96c05ed392 qbittorrent-nox: fix build on darwin 2023-02-11 09:43:18 +01:00
Melvyn
d742d614ef
qbittorrent: 4.4.5 -> 4.5.0
https://github.com/qbittorrent/qBittorrent/blob/release-4.5.0/Changelog
2023-02-10 21:24:09 -08:00
Mario Rodas
8842521f50 storrent: 2021-10-10 -> 2023-01-14 2023-02-03 04:20:00 +00:00
Ulrik Strid
376e9ceead treewide: add strictDeps = true to most packages depending on ocaml 2023-02-03 08:59:34 +01:00
Shawn8901
0a1dd3ced1 treewide: remove global with lib; in pkgs/{misc,networking} 2023-01-24 17:29:20 +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
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
Weijia Wang
0b9f9e8621 mldonkey: migrate to OCaml 4.13 2023-01-19 13:55:44 +08:00
Sandro
15eb39e56f
Merge pull request #209224 from wegank/qbittorrent-darwin
qbittorrent: add darwin support
2023-01-18 14:32:04 +01:00
ajs124
52fe5d3bb6 transmission: use openssl_legacy
instead of broken debian/ubuntu patch
2023-01-06 18:03:18 +01:00
Weijia Wang
fe496f5897 qbittorrent: add darwin support 2023-01-05 22:15:23 +01:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Vladimír Čunát
65a31bffd8
Merge #205230: transmission: fix build on aarch64-darwin 2022-12-10 15:53:22 +01:00
Francesco Gazzetta
bee3f8b208
Merge pull request #204340 from fgaz/zeronet-conservancy/0.7.8.1
zeronet-conservancy: 0.7.8 -> 0.7.8.1
2022-12-09 16:27:13 +00:00
Weijia Wang
d5031db736 transmission: fix build on aarch64-darwin 2022-12-09 03:07:31 +01:00
Daniel Nagy
58e794cdb4
freenet: use jna from nixpkgs, not upstream bundled one 2022-12-04 23:45:00 +01:00
Mario Rodas
68e26554ec rqbit: 2.1.4 -> 2.1.5 2022-12-04 04:20:00 +00:00
Fabian Affolter
f355b08c02
lokinet: add changelog to meta 2022-12-04 13:22:05 +01:00
R. Ryantm
679c06dbf1 lokinet: 0.9.10 -> 0.9.11 2022-12-04 08:22:56 +00:00
Francesco Gazzetta
23de10a41a zeronet-conservancy: 0.7.8 -> 0.7.8.1 2022-12-03 20:31:47 +01:00
Thiago Kenji Okada
9f05b9d634 libtorrent-rasterbar-1_2_x: use python3 by default
All packages that depend on it are already overriding the default python
to python3 in all-packages.nix. Let's just make it the default instead.
2022-12-01 22:51:53 +00:00
Daniel Nagy
807c2f1fc0
nixosTests.freenet: init 2022-11-30 12:15:00 +01:00
Sandro
462f837721
Merge pull request #200101 from nagy/freenet 2022-11-28 00:15:31 +01:00
Robert Scott
51e70a70df
Merge pull request #202682 from fgaz/zeronet-conservancy/0.7.8
zeronet-conservancy: 0.7.7 -> 0.7.8
2022-11-25 00:10:03 +00:00
Francesco Gazzetta
6c96c033b7 zeronet-conservancy: 0.7.7 -> 0.7.8 2022-11-24 15:02:48 +01:00
wyndon
4c233af423 lokinet: 0.9.9 -> 0.9.10 2022-11-17 19:11:47 +01:00
AndersonTorres
9fca65181c enhanced-ctorrent: move to p2p/ 2022-11-13 09:55:57 -03:00
Daniel Nagy
d190c70591
freenet: build01480 -> build01494 2022-11-07 23:45:00 +01:00