Commit Graph

907 Commits

Author SHA1 Message Date
Sandro
cfe656c235
Merge pull request #287855 from al3xtjames/flood-for-transmission-2024-02-10 2024-02-22 21:05:51 +01:00
Maciej Krüger
b5d14a4f80
Merge pull request #288293 from brrrocking/tribler-pydantic_1
tribler: deps pin pydantic_1
2024-02-12 16:01:32 +01:00
brocking
019cdcaebe tribler: deps pin pydantic_1 2024-02-12 13:28:01 +00:00
Nick Cao
a0186a8fed
Merge pull request #287888 from trofi/retroshare-gcc-13-fix
retroshare: fix `gcc-13` build failure
2024-02-11 09:58:30 -05:00
Sergei Trofimovich
4ad44f64c5 retroshare: fix gcc-13 build failure
Without the change the build fails on `master` as
https://hydra.nixos.org/build/247631504:

    In file included from gui/statistics/Histogram.cpp:23:
    gui/statistics/Histogram.h:35:27: error: 'uint32_t' was not declared in this scope
       35 |         const std::vector<uint32_t>& entries() const { return mBins; }
          |                           ^~~~~~~~
2024-02-10 22:34:13 +00:00
Alex James
998cb4a08e
flood-for-transmission: 2024-01-24T16-52-06 -> 2024-02-10T19-10-27 2024-02-10 13:20:20 -06:00
Sergei Trofimovich
122fd3896c lokinet: fix gcc-13 build
Without the change build fails as
https://hydra.nixos.org/build/247545813:

    In file included from /build/source/llarp/util/thread/queue_manager.cpp:1:
    /build/source/llarp/util/thread/queue_manager.hpp:68:44: error: 'uint32_t' is not a member of 'std'; did you mean 'wint_t'?
       68 |       using AtomicIndex = std::atomic<std::uint32_t>;
          |                                            ^~~~~~~~
          |                                            wint_t
2024-02-10 09:41:48 +00:00
Sandro Jäckel
653837881e
treewide: replace lib/${python.libPrefix}/site-packages with its shorthand ${python.sitePackages}
which should be always preferred
2024-01-30 19:56:57 +01:00
Alex James
14c5c34992
flood-for-transmission: 2023-11-17T12-46-13 -> 2024-01-24T16-52-06 2024-01-24 22:57:02 -06:00
R. Ryantm
077977c887 qbittorrent: 4.6.2 -> 4.6.3 2024-01-19 18:17:27 +00:00
a-n-n-a-l-e-e
27e48d2c55
Merge pull request #280761 from paveloom/resignation
treewide: remove `paveloom` from maintainers on some packages
2024-01-18 22:38:06 -08:00
Pavel Sobolev
105c745851
qbittorrent: remove paveloom from maintainers 2024-01-13 15:59:46 +00:00
Maxine Aubrey
d8cdaedc42
fragments: 2.1.0 → 2.1.1 2024-01-11 22:42:33 +01:00
Emery Hemingway
00985e97dd ncdc: 1.23.1 -> 1.24 2024-01-09 10:58:44 +00:00
R. Ryantm
01062d5c82 tremotesf: 2.5.0 -> 2.6.0 2024-01-08 06:31:12 +00:00
Felix Buehler
63f5f08857 python311Packages.zope-*: rename from zope_* 2024-01-06 21:04:16 +01:00
Weijia Wang
51cd1c7a8e
Merge pull request #275121 from r-ryantm/auto-update/pyrosimple
pyrosimple: 2.12.0 -> 2.12.1
2024-01-03 18:13:21 +01:00
7c6f434c
9b6e63979f
Merge pull request #276813 from jtojnar/libsoup-no-propagate
libsoup: Remove passthru.propagatedUserEnvPackages
2024-01-01 13:26:09 +00:00
Alex James
5e5be005f8
transmission_4: remove extraAppArmorPaths
extraAppArmorPaths was added in https://github.com/NixOS/nixpkgs/pull/259663
to extend the default AppArmor ruleset for transmission-daemon. This was
intended to support alternative web interfaces, which is no longer
needed with https://github.com/NixOS/nixpkgs/pull/241247. The NixOS
service was updated to add a user-specified TRANSMISSION_WEB_HOME to the
AppArmor profile without an override.
2023-12-27 04:00:44 -06:00
Alex James
9f32ad8ff8
nixos/transmission: add webHome option 2023-12-27 04:00:43 -06:00
Alex James
f6fb8c3a9e
flood-for-transmission: init at 2023-11-17T12-46-13 2023-12-27 02:33:26 -06:00
Jan Tojnar
b088f9871e libsoup: Remove passthru.propagatedUserEnvPackages
That does not do anything.

The proper attribute name recognized by the generic builder is `propagatedUserEnvPkgs`
and even that is an ugly hack to have `nix-env` pull in extra packages into the profile.

Looks like it has been mistakenly put to `passthru` since the beginning:
24448ed3de

Apps that use TLS in conjunction with GLib/libsoup should just add `glib-networking` to `buildInputs`
and `wrapGAppsHook` to `nativeBuildInputs` to add the appropriate Gio module
to `GIO_EXTRA_MODULES` environment variable.
2023-12-26 01:36:50 +01:00
Doron Behar
19b76cbd43
Merge pull request #276014 from doronbehar/pkg/stig
stig: fix build, close #275914
2023-12-23 16:42:04 +00:00
Doron Behar
57cea6b6fd
Merge pull request #272837 from r-ryantm/auto-update/transmission_4
transmission_4: 4.0.4 -> 4.0.5
2023-12-22 09:51:48 +00:00
Doron Behar
8f3db30c79 stig: fix build, close #275914
- Refresh list of disabled tests.
- Use Python310 since asynctest doesn't support Python311.
2023-12-22 11:22:29 +02:00
Doron Behar
65ff0831c6 stig: 0.12.5a0 -> 0.12.8a0
Diff: https://github.com/rndusr/stig/compare/v0.12.5a0...v0.12.8a0
2023-12-22 11:09:37 +02:00
R. Ryantm
f958b7de9a pyrosimple: 2.12.0 -> 2.12.1 2023-12-18 04:43:37 +00:00
Maciej Krüger
a70060d2e4 tribler: move license elsewhere to avoid conflict
This leads to conflicts when using nix profile otherwise
2023-12-17 08:46:37 +00:00
Maciej Krüger
92267eff49
Merge pull request #270350 from mkg20001/tribler 2023-12-08 18:10:25 +01:00
R. Ryantm
342c7949e9 transmission_4: 4.0.4 -> 4.0.5 2023-12-08 08:00:24 +00:00
Emily Trau
1503bb622e
Merge pull request #269404 from r-ryantm/auto-update/libutp_3_4
libutp_3_4: unstable-2023-10-16 -> unstable-2023-11-14
2023-12-02 20:22:52 +11:00
Weijia Wang
e9664e90a2
Merge pull request #270582 from paveloom/qbittorrent
qbittorrent: 4.6.1 -> 4.6.2
2023-11-30 00:50:34 +01:00
Pavel Sobolev
8870bd3a8f
qbittorrent: 4.6.1 -> 4.6.2 2023-11-28 10:58:15 +03:00
Maciej Krüger
fbd57b4324
tribler: 7.11.0 -> 7.13.0 2023-11-28 02:48:52 +01:00
Peder Bergebakken Sundt
1ed22e1974 transgui: set updateScript to unstableGitUpdater 2023-11-27 11:56:40 +01:00
Pol Dellaiera
c757ce14fe
Merge pull request #267212 from eyJhb/transgui-update
transgui: unstable-2022-02-02 -> unstable-2023-10-19
2023-11-27 10:52:41 +01:00
Pavel Sobolev
e51f34ed9e
qbittorrent: add the wrapGAppsHook 2023-11-24 12:01:14 +03:00
R. Ryantm
196a660c6c libutp_3_4: unstable-2023-10-16 -> unstable-2023-11-14 2023-11-23 09:37:14 +00:00
Pavel Sobolev
b16be474e9
qbittorrent: 4.6.0 -> 4.6.1 2023-11-21 11:50:57 +03:00
Peder Bergebakken Sundt
12a0ade5e4
Merge pull request #259663 from al3xtjames/transmission_4-apparmor
transmission_4: update AppArmor rules
2023-11-19 19:53:18 +01:00
github-actions[bot]
dba5c9ef4e
Merge master into staging-next 2023-11-16 18:01:17 +00:00
Mario Rodas
ed1c0495d0 rqbit: 2.2.1 -> 2.2.2
Diff: https://github.com/ikatson/rqbit/compare/v2.2.1...v2.2.2
2023-11-16 04:20:00 +00:00
Vladimír Čunát
c46eae0f35
Merge branch 'master' into staging-next 2023-11-15 07:33:10 +01:00
Peter Hoeg
d3fa450ec0 transmission: add missing app icon 2023-11-15 00:49:29 +01:00
eyjhb
5aad720177
transgui: unstable-2022-02-02 -> unstable-2023-10-19 2023-11-13 14:34:54 +01:00
github-actions[bot]
9776723357
Merge master into staging-next 2023-11-11 18:00:58 +00:00
Anthony Roussel
e30f48be94
treewide: fix redirected and broken URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11 10:49:01 +01:00
Adam Joseph
ba2ed469c2
Merge branch 'master' into staging-next 2023-11-08 06:15:46 +00:00
Artturi
d24da52844
Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuild 2023-11-08 00:13:25 +02:00
github-actions[bot]
38bc2a577e
Merge master into staging-next 2023-11-07 00:02:31 +00:00