Commit Graph

1002 Commits

Author SHA1 Message Date
Pol Dellaiera
5fbd6279ec
frostwire: 6.9.8 -> 6.13.3 (#347273) 2024-10-11 22:50:13 +02:00
jfvillablanca
1f8d608c06 frostwire: 6.9.8 -> 6.13.3
https://github.com/frostwire/frostwire/releases/tag/frostwire-desktop-6.13.3-build-322
2024-10-10 19:33:35 +08:00
kashw2
f724bee8ad {qbittorrent, qbittorrent-nox}: add mainProgram 2024-10-06 22:11:52 +10:00
melvyn
fcdc65bc1a
qbittorrent: 4.6.7 -> 5.0.0 2024-09-30 18:39:31 -04:00
Fabián Heredia Montiel
25377ad35e
qbittorrent: 4.6.5 -> 4.6.7 (#343060) 2024-09-25 09:10:18 -06:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
David Flatz
acf722e191 qbittorrent: 4.6.5 -> 4.6.7 2024-09-19 17:53:32 +02:00
Daniel Șerbănescu
143437a465 soulseekqt: fixed desktop file 2024-09-13 20:01:59 +02:00
Daniel Nagy
975218a784
freenet: move to pkgs/by-name 2024-09-07 21:30:00 +02:00
Daniel Nagy
22ef72420a
freenet: fix build 2024-09-07 21:30:00 +02:00
Daniel Nagy
97c452c853
freenet: format 2024-09-07 21:30:00 +02:00
Philip Taron
62cb4575a7
tremc: remove with statements 2024-08-18 06:31:13 -07:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Aleksana
84a53ad8e2
Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app
pkgs/applications: remove unused arguments
2024-07-26 22:05:49 +08:00
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
rnhmjoj
30e379cd7a
magnetico: unstable-2022-08-10 -> 0.12.1
Switched to a release of my own fork.
This fixes:

  - build on Go ≥ 1.22
  - database errors on sqlite ≥ 3.33
  - reproducibility
  - static build
2024-07-25 20:51:52 +02:00
Atemu
476b450df8
Merge pull request #272380 from chayleaf/gradle2
gradle: add setup hook
2024-07-14 22:08:41 +02:00
Doron Behar
464bf56800
Merge pull request #326058 from RyanGibb/stig 2024-07-14 06:27:44 +03:00
❄️
fe14ac8fc2
Merge pull request #324539 from atorres1985-contrib/remove-vrthra
treewide: remove vrthra, cpages and lovek323 from meta.maintainers
2024-07-12 14:26:56 -03:00
chayleaf
7754e3541d
freenet: convert to gradle setup hook 2024-07-12 21:36:19 +07:00
Emily
2e46cc8aed eiskaltdcpp: add upstream patch for miniupnpc 2.2.8 2024-07-12 00:33:38 +01:00
Emily
edc7668a6c retroshare: add upstream patch for miniupnpc 2.2.8 2024-07-12 00:33:37 +01:00
Emily
416aae70fe retroshare: 0.6.6 -> 0.6.7.2 2024-07-12 00:33:37 +01:00
Doron Behar
b0ee42d215 transmission_4: fix build error with our miniupnp 2024-07-11 19:53:46 +01:00
Ryan Gibb
9581c3fad8
stig: 0.12.8a0 -> 0.12.10a0 2024-07-10 16:18:20 +01:00
Anderson Torres
084dc9a4df treewide: remove vrthra from meta.maintainers [no orphans]
Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642

Inactive since at least 2017.
2024-07-07 12:18:57 -03:00
h7x4
617e6618f7
Merge pull request #318053 from r-ryantm/auto-update/pyrosimple
pyrosimple: 2.13.0 -> 2.14.0
2024-07-07 14:11:39 +02:00
Alyssa Ross
629d1dc03e
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/lua-modules/generated-packages.nix
2024-07-01 14:34:32 +02:00
Jan Tojnar
8471cfbf67
Merge pull request #321785 from jtojnar/libgnome-keyring
libgnome-keyring: Unify
2024-07-01 08:05:39 +02:00
github-actions[bot]
677389dc9f
Merge master into staging-next 2024-06-26 18:01:17 +00:00
Thiago Kenji Okada
2293f663f8 rtorrent: move to pkgs/by-name 2024-06-25 11:46:20 -03:00
Thiago Kenji Okada
88dd45844f rtorrent: add thiagokokada as maintainer 2024-06-25 11:35:03 -03:00
Thiago Kenji Okada
0937f85d8f rtorrent: 0.9.8+date=2022-06-20 -> 0.9.8-unstable-2023-03-16 2024-06-25 11:35:03 -03:00
Thiago Kenji Okada
f0741a3b94 rtorrent: add updateScript 2024-06-25 11:35:03 -03:00
Thiago Kenji Okada
c85eb67ec1 libtorrent: move to pkgs/by-name 2024-06-25 11:35:01 -03:00
Martin Weinelt
de245ec4a5
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-25 13:00:25 +02:00
Thiago Kenji Okada
b8cd02c34f nixos/rtorrent: add NixOS tests 2024-06-24 19:01:16 -03:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
Jan Tojnar
859183c058 libgnome-keyring: move from gnome scope to top-level 2024-06-22 21:26:38 +02:00
Doron Behar
7645dde059 transmission_3: rename from transmission 2024-06-21 12:33:37 +03:00
github-actions[bot]
446fc5bdf3
Merge staging-next into staging 2024-06-19 00:03:05 +00:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Thiago Kenji Okada
1cfd74809b nixos/flood: init 2024-06-18 08:47:29 -03:00
Adam Stephens
7c128392f9
transmission: vendor openssl 3 patch
Gentoo deleted version 3 and files
2024-06-15 16:45:29 -04:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
rnhmjoj
a2395a2e72
magnetico: fix build 2024-06-13 01:34:44 +02:00
Sandro
36e3422e7b
Merge pull request #318016 from wegank/taler-bump 2024-06-10 15:52:03 +02:00
Weijia Wang
9a6ad061d1 gnunet: 0.21.1 -> 0.21.2 2024-06-10 12:55:28 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00