Anderson Torres
50b7aac0ab
jesec-rtorrent: remove AndersonTorres
2024-11-17 23:43:22 -03:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
...
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Randy Eckenrode
174ef9b84a
transmission_4: fix build on Darwin
...
Transmission detects gettext and tries to enable support on Darwin but
fails without this substitution.
2024-11-04 12:48:08 -05:00
Randy Eckenrode
2e99cc48c7
transmission_4: update for the new SDK pattern on Darwin
2024-11-04 12:48:07 -05:00
R. Ryantm
efc2a14d51
gnunet: 0.21.2 -> 0.22.1
2024-10-31 19:10:46 +00:00
Sefa Eyeoglu
6e0fad2f9c
qbittorrent: 5.0.0 -> 5.0.1
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-10-31 01:08:45 +01:00
Michele Guerini Rocco
93294ed54a
{fakeroute,magnetico}: update source url ( #350662 )
2024-10-23 11:38:01 +02:00
rnhmjoj
4dffcfc395
magnetico: update source url
...
maxwell.ydns.eu is no more, the repository is now at maxwell.eurofusion.eu.
2024-10-23 09:53:46 +02:00
Doron Behar
c582a1e5e6
vuze: mark as broken
2024-10-13 21:36:49 +03:00
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