Commit Graph

109 Commits

Author SHA1 Message Date
Arne Keller
1af53fd290
webtunnel: init at 0-unstable-2024-07-06 (#364317) 2024-12-12 09:40:34 +01:00
gbtb
af4fb1e898 webtunnel: init at 0-unstable-2024-07-06 2024-12-12 17:33:35 +10:00
seth
3169a2c192 treewide: add gnome circle team to all gnome circle apps 2024-12-11 14:27:13 -05:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Felix Bühler
83da268002
wechat-uos: fix fhsenv version (#363162) 2024-12-09 21:34:20 -05:00
Wolfgang Walther
38216d3d30
weaviate: 1.26.6 -> 1.27.5 (#359217) 2024-12-08 17:42:01 +01:00
Jan Tojnar
78b998647f wealthfolio: Use libsoup 3.0
WebKitGTK 4.1 ABI requires libsoup 3.0. It probably only worked because `webkitgtk_4_1` propagates `libsoup_3` and we were lucky that that version got picked up.
2024-12-08 00:37:52 +01:00
R. Ryantm
c769b4d2fb weaver: 0.10.0 -> 0.11.0 2024-12-06 11:24:01 +00:00
Tomodachi94
d53fb123cd
nodePackages.webpack-cli: drop; webpack-cli: init at 5.1.4 (#361616) 2024-12-05 00:34:16 -08:00
34j
d637b85e25
treewide: replace --enable-wayland-ime with --enable-wayland-ime=true for the arguments to properly work (#361341) 2024-12-05 00:06:22 +05:30
dish
78550eef94
webpack-cli: init at 5.1.4 2024-12-03 18:30:15 -05:00
Fabian Affolter
d19a9bebc1
websocat: add versionCheckHook (#361419) 2024-12-03 23:37:50 +01:00
Fabian Affolter
1d957b2e3a websocat: move to pkgs/by-name 2024-12-03 11:41:03 +01:00
R. Ryantm
1553e309e5 websurfx: 1.20.7 -> 1.20.13 2024-12-03 03:21:29 +00:00
Peder Bergebakken Sundt
9ba5483ef3 webdav: 5.4.3 -> 5.4.4
Diff: https://github.com/hacdias/webdav/compare/v5.4.3...v5.4.4
2024-11-29 23:53:16 +01:00
Colin
7f33274e2b
websurfx: init at 1.20.7 (#359459) 2024-11-29 17:16:14 +00:00
Théo Bori
a5865295af
websurfx: init at 1.20.7 2024-11-29 14:39:41 +01:00
R. Ryantm
8d30d5b339 weaviate: 1.26.6 -> 1.27.5 2024-11-26 08:17:42 +00:00
Jenny
1a05dd1d68
wealthfolio: 1.0.18 -> 1.0.21 (#355939) 2024-11-23 16:00:41 +01:00
Peder Bergebakken Sundt
f1bf4d74ef webdav: 5.4.2 -> 5.4.3
Diff: https://github.com/hacdias/webdav/compare/v5.4.2...v5.4.3
2024-11-20 18:40:58 +01:00
Azat Bahawi
7eb54aaff2
werf: 2.10.9 -> 2.12.1 (#355151) 2024-11-18 02:11:37 +03:00
kilianar
eb80f0baa3 wealthfolio: 1.0.18 -> 1.0.21
https://github.com/afadil/wealthfolio/releases/tag/v1.0.21
2024-11-17 18:39:13 +01:00
seth
9ae02ff8a8
treewide: adopt new cargo-tauri versions 2024-11-14 02:27:32 -05:00
azahi
51dc281b53
werf: 2.10.9 -> 2.12.1
https://github.com/werf/werf/releases/tag/v2.12.1
https://github.com/werf/werf/compare/v2.10.9...v2.12.1
2024-11-11 10:48:44 +03:00
Kerstin Humm
f32cd1b634
weblate: 5.7.2 -> 5.8.1
https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.8
https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.8.1
https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.8.2
https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.8.3
2024-11-10 16:29:16 +01: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
rewine
d5a0dbedb6
wechat-uos: 4.0.0.21 -> 4.0.0.23 (#354378) 2024-11-08 21:53:41 +08:00
Bu Kun
21107d7bc1
wechat-uos: 4.0.0.21 -> 4.0.0.23 2024-11-08 11:15:44 +08:00
Bu Kun
fd10acfd94
wechat-uos: Remove libuosdevicea and license as they no longer needed in 4.0.0.21 2024-11-08 10:46:44 +08:00
Bu Kun
ce43a2bab8
wechat-uos: Add hidpi scale support 2024-11-06 14:46:40 +08:00
Sefa Eyeoglu
5a6d31066e
weblate: fix build (#353487) 2024-11-05 08:03:52 +01:00
Bu Kun
8218cc6bd1
wechat-uos: 1.0.0.241 -> 4.0.0.21 2024-11-04 14:26:19 +08:00
Weijia Wang
044e6e833b weblate: fix build 2024-11-03 21:27:19 +01:00
K900
0c45a8b5c4 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-28 21:46:13 +03:00
kilianar
c4be0fbe51 wealthfolio: init at 1.0.18
https://github.com/afadil/wealthfolio/releases/tag/v1.0.18
2024-10-27 21:12:38 +01:00
Fabián Heredia Montiel
fdc64cfee0 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-22 09:14:28 -06:00
Martin Weinelt
07900c10c9
weblate: relax qrcode constraint 2024-10-22 02:49:32 +02:00
Bobby Rong
c0a9799ad1
tinysparql: Renamed from tracker
The project renamed in 3.8.

This commit is done by hand.
2024-10-14 20:54:11 +08:00
Kerstin Humm
4fc86edad4 weblate: fix version constraints 2024-10-13 17:30:40 +02:00
R. Ryantm
8ffd2e8849 webcord: 4.9.2 -> 4.10.2 2024-10-09 08:35:19 +00:00
Benedikt Broich
648570884a
webfontkitgenerator: move to by-name 2024-10-08 12:02:11 +02:00
R. Ryantm
d114c27426 werf: 2.10.7 -> 2.10.9 2024-10-06 09:43:29 +00:00
R. Ryantm
05bd4e31cc werf: 2.10.6 -> 2.10.7 2024-09-28 18:52:11 +00: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
R. Ryantm
3ac00ab2f1 weaver: 0.9.2 -> 0.10.0 2024-09-21 03:07:22 +00:00
R. Ryantm
b7e0e296fd werf: 2.10.5 -> 2.10.6 2024-09-17 23:35:50 +00:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Aleksana
518750b2cb
weaver: init at 0.9.2 (#340922) 2024-09-14 14:05:04 +08:00
Aaron Jheng
e3f5b04c90
weaver: init at 0.9.2 2024-09-13 10:53:13 +08:00
Cryolitia PukNgae
3996cfcc77
wechat-uos: use libuosdevicea stub to get rid of openssl_1_1 2024-09-12 21:24:24 +08:00