Commit graph

918 commits

Author SHA1 Message Date
Jussi Kuokkanen 82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
Paul Meyer 33c5133078 magnetico: mark broken
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-03-19 11:10:28 +01:00
stuebinm ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Doron Behar 8890ce44f1 stig: mark as broken 2024-03-13 12:43:22 +02:00
Doron Behar 8592f5c22a stig: remove doronbehar from maintainers 2024-03-13 12:42:40 +02:00
Weijia Wang 396a376b66
Merge pull request #285501 from r-ryantm/auto-update/pyrosimple
pyrosimple: 2.12.1 -> 2.13.0
2024-03-07 11:12:52 +01:00
Peter Hoeg f0a2f90384 transmission_4-qt: support for qt6 2024-03-07 01:48:21 -08:00
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