Commit Graph

961 Commits

Author SHA1 Message Date
Emily Trau
0d58a849c9
Merge pull request #293020 from max-privatevoid/pr-some-mainprogram
Some mainProgram entries
2024-03-04 15:56:15 +11:00
Max
43fb6a2c1b fragments: add mainProgram 2024-03-03 15:06:59 +01:00
R. Ryantm
8c8b1ae2e7 transgui: unstable-2023-10-19 -> unstable-2024-02-26 2024-02-28 21:11:43 +00:00
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
R. Ryantm
229974e0e0 pyrosimple: 2.12.1 -> 2.13.0 2024-02-01 08:44:20 +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
Pavel Sobolev
b645bf2f1b qbittorrent: 4.5.5 -> 4.6.0 + other changes
Other changes:
- Refactor
- Switch to CMake
- Build with Qt6 by default and add a separate derivation for Qt5
2023-11-06 22:50:57 +01:00
Adam Joseph
bc2d598878 treewide: change pythonForBuild to pythonOnBuildForHost 2023-11-05 17:42:12 -08:00
Weijia Wang
9627659c22 Merge branch 'master' into staging-next 2023-11-04 17:27:09 +01:00
R. Ryantm
af98b9a962 pyrosimple: 2.11.4 -> 2.12.0 2023-11-03 21:26:43 +00:00
github-actions[bot]
3c43b804d4
Merge master into staging-next 2023-11-03 18:01:23 +00:00
FliegendeWurst
b2f5063aed gnunet-gtk: copy missing logo image 2023-11-01 23:18:45 +01:00
github-actions[bot]
81270bbdcf
Merge master into staging-next 2023-10-31 18:01:02 +00:00
R. Ryantm
e600cdf7b0 libutp_3_4: unstable-2023-08-04 -> unstable-2023-10-16 2023-10-30 17:55:28 +00:00
github-actions[bot]
81ed2302dc
Merge master into staging-next 2023-10-28 06:00:57 +00:00
Weijia Wang
421c195984
Merge pull request #262485 from r-ryantm/auto-update/gnunet-gtk
gnunet-gtk: 0.19.0 -> 0.20.0
2023-10-28 04:07:22 +02:00
github-actions[bot]
f4afba2014
Merge staging-next into staging 2023-10-21 18:01:53 +00:00
R. Ryantm
e386c0c15f gnunet-gtk: 0.19.0 -> 0.20.0 2023-10-21 08:28:41 +00:00
R. Ryantm
fdf6dc4604 tremotesf: 2.4.0 -> 2.5.0 2023-10-21 04:54:39 +00:00
Artturi
5a1cc0e11d
Merge pull request #258431 from pbsds/stabilize-patches 2023-10-19 03:02:46 +03:00
Weijia Wang
80571749c7 gnunet: add darwin support 2023-10-17 01:04:24 +02:00
Weijia Wang
f9ac2c657d
Merge pull request #260137 from r-ryantm/auto-update/gnunet
gnunet: 0.19.4 -> 0.20.0
2023-10-17 00:45:00 +02:00
R. Ryantm
b36c98e2b4 pyrosimple: 2.11.3 -> 2.11.4 2023-10-13 04:29:40 +00:00
R. Ryantm
c2520aa849 libutp_3_4: unstable-2023-03-05 -> unstable-2023-08-04 2023-10-10 23:04:54 +00:00
R. Ryantm
a0e05c1900 gnunet: 0.19.4 -> 0.20.0 2023-10-10 04:48:39 +00:00
Peder Bergebakken Sundt
2376191fc9 freenet: make patch urls reproducible 2023-10-09 15:10:48 +02:00
Alex James
71ab0b6c1c
transmission_4: add option to allow additional paths in AppArmor rules
This change adds an extraAppArmorPaths option to the transmission_4
derivation to allow additional read-only paths to be added to the
ppArmor rules. This can be combined with the TRANSMISSION_WEB_HOME
environment variable to override the web UI.
2023-10-08 14:42:27 -05:00
Alex James
922c530087
transmission_4: fix web UI path in AppArmor rules
The web UI directory was renamed from transmission/web in 3.00 [1] to
transmission/public_html in 4.0.0 [2]. This change updates the AppArmor
rules to fix the web UI when AppArmor is enabled.

[1]: https://github.com/transmission/transmission/blob/3.00/libtransmission/platform.c#L627
[2]: https://github.com/transmission/transmission/blob/4.0.x/libtransmission/platform.cc#L324
2023-10-08 14:42:14 -05:00
Doron Behar
34d8d08fdd
Merge pull request #259361 from doronbehar/pkg/transmission
transmission_4: fix darwin build
2023-10-07 11:07:40 +03:00
Doron Behar
f5cd0b91dc transmission_4: fix darwin build 2023-10-06 15:02:45 +03:00
R. Ryantm
9f75383a6d pyrosimple: 2.11.1 -> 2.11.3 2023-10-05 15:00:07 +00:00
Doron Behar
0af425f77b transmission: use finalAttrs 2023-10-05 11:45:01 +03:00
Doron Behar
0bceba8355 transmission_4: use finalAttrs 2023-10-05 11:44:04 +03:00
Doron Behar
34585a2b76
Merge pull request #256866 from kirillrdy/transmission
transmission, transmission_4: set mainProgram and restore nixosTests
2023-10-04 13:20:46 +03:00
Kirill Radzikhovskyy
ea9254a5a5 nixosTests.tranmission_4: init 2023-09-23 21:38:47 +10:00
Kirill Radzikhovskyy
e1cab4915c transmission_4: restore nixosTests 2023-09-23 20:56:23 +10:00
Kirill Radzikhovskyy
a19f1accc3 transmission, transmission_4: set mainProgram 2023-09-23 20:54:30 +10:00
R. Ryantm
9f00881f25 pyrosimple: 2.10.2 -> 2.11.1 2023-09-19 10:56:03 +00:00
Charlotte Van Petegem
183845f851 transmission-remote-gtk: fix TLS support
Since https://github.com/NixOS/nixpkgs/pull/254042, transmission-remote-gtk shows an error that TLS support is not enabled when connecting over TLS. This fixes that for me.
2023-09-18 07:50:25 +02:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Doron Behar
2fa96bfc08
Merge pull request #250435 from tobim/pkgs/spdlog-1.12
spdlog: 1.11.0 -> 1.12.0
2023-09-10 10:30:42 +00:00
Fabian Affolter
cb3749e423 transmission-remote-gtk: 1.5.1 -> 1.6.0
Changelog: https://github.com/transmission-remote-gtk/transmission-remote-gtk/releases/tag/1.6.0
2023-09-08 15:54:14 +02:00
Weijia Wang
88d4f50742
Merge pull request #249276 from eigengrau/fix-soulseekqt-mktemp-error
soulseekqt: don’t linger in a read-only directory after installing
2023-09-07 01:58:03 +02:00
Tobias Mayer
383550ca69
lokinet: build with fmt9 2023-09-04 21:01:50 +02:00
Weijia Wang
dc92a34f4f
Merge pull request #252468 from kashw2/transmission_4
transmission_4: 4.0.3 -> 4.0.4
2023-09-01 23:19:30 +02:00
Weijia Wang
79f3d08f17
Merge pull request #252469 from kashw2/qbittorrent
qbittorrent: 4.5.4 -> 4.5.5
2023-09-01 23:18:48 +02:00
kashw2
7fa6a96405 tremc: 0.9.2 -> 0.9.3 2023-09-01 11:00:14 +10:00
kashw2
8013349ff9 qbittorrent: 4.5.4 -> 4.5.5 2023-08-31 11:19:05 +10:00
kashw2
dc823a8b2f transmission_4: 4.0.3 -> 4.0.4 2023-08-31 11:06:33 +10:00
kashw2
07afac881c added passthru tests 2023-08-17 21:02:28 +10:00
kashw2
b0a71c5f75 stig: 0.12.2a0 -> 0.12.5a0 2023-08-17 21:02:28 +10:00
Sebastian Reuße
922e463e3d soulseekqt: don’t linger in a read-only directory after installing
It appears that the strip phase assumes that CWD is writable now (when using
mktemp) and will otherwise fail with:

    mktemp: failed to create file via template 'striperr.XXXXXX': No such file or directory

We now avoid this error by sticking to the build-directory and referencing files
from the AppImage by path.

References: #248569
2023-08-15 08:37:46 +02:00