Commit Graph

79 Commits

Author SHA1 Message Date
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
nixpkgs-merge-bot[bot]
452cd9d456
kine: 0.13.3 -> 0.13.6 (#363319) 2024-12-09 19:13:04 +00:00
Arne Keller
ff5ffbd323
kikoplay: init at 1.0.3 (#354929) 2024-12-09 19:27:17 +01:00
R. Ryantm
e2b57d2cd7 kimai: 2.24.0 -> 2.26.0 2024-12-09 16:35:51 +00:00
Aleksana
501f919f42
kingstvis: fix fhsenv version (#363169) 2024-12-09 11:12:25 +08:00
R. Ryantm
ac5e3695e4 kine: 0.13.3 -> 0.13.6 2024-12-08 18:20:26 +00:00
Felix Buehler
6a61cccddb kingstvis: fix fhsenv version 2024-12-08 12:12:27 +01:00
Aleksana
185f392904
kind: 0.2.4 -> 0.2.5 (#355534) 2024-12-06 13:12:43 +08:00
Lan Tian
0cd0e98df1
kikoplay: init at 0-unstable-2018-03-22 2024-12-05 20:32:41 -08:00
Aleksana
a9137d056b
kind: enable doCheck and add passthru.tests (#361466) 2024-12-06 09:30:43 +08:00
Aleksana
4b0fe83d06
kittycad-kcl-lsp: init at 0.1.61 (#355668) 2024-12-05 19:35:48 +08:00
Kenichi Kamiya
6eb18c4f70
kind: add passthru.tests and clarify updateScript 2024-12-03 23:24:45 +09:00
Kenichi Kamiya
e768200e3f
kind: format with nixfmt-rfc-style 2024-12-03 23:22:23 +09:00
Kenichi Kamiya
04b0485fd0
kind: enable doCheck
Disabled in #94632, however now succeeded
2024-12-03 23:20:08 +09:00
Anderson Torres
e7387f290c treewide: remove AndersonTorres from maintainers 2024-11-28 21:12:42 -03:00
goatastronaut0212
ef1aab32c9 kid3: 3.9.5 -> 3.9.6 2024-11-21 15:45:18 +07:00
Jean-Luc Jox
892b1f3a1c kittycad-kcl-lsp: init at 0.1.61 2024-11-20 09:23:51 +10:00
Ratchanan Srirattanamet
29e586e508 nixos/kimai: init module & add test 2024-11-17 16:20:21 +00:00
Ratchanan Srirattanamet
0d946aac1e kimai: init at 2.24.0 2024-11-17 16:20:21 +00:00
Guillaume Cléroux
f0cc69f4ab kind: 0.2.4 -> 0.2.5 2024-11-12 16:58:29 -05:00
wxt
a32a7848bc
killerbee: fix build 2024-11-12 20:58:02 +08:00
R. Ryantm
6ffb12c9f9 kine: 0.13.2 -> 0.13.3 2024-11-10 04:34:25 +00: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
Noa Aarts
8ad3334599
kitsas: add qtwayland build input for linux 2024-10-29 10:39:59 +01:00
Noa Aarts
74b36317c0
kitsas: move to by-name 2024-10-29 10:39:46 +01:00
6543
a88de6ff8c kin-openapi: init at 0.128.0
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-10-27 17:58:07 +01:00
Aleksana
d81355398d
kid3: migrate to by-name (#348264) 2024-10-20 22:22:21 +08:00
Honnip
a544ca2392
kiwitalk: drop 2024-10-17 12:47:53 +09:00
Anderson Torres
9cdf75404d kid3: migrate to by-name 2024-10-13 10:36:47 -03:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
techknowlogick
8c245619f2 kine: init at 0.13.2 2024-10-08 20:50:15 -04:00
seth
83edf5a626
kiwitalk: use cargo-tauri.hook 2024-09-30 20:13:15 -04: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
Peder Bergebakken Sundt
95865f4ea7
kitex: 0.11.0 -> 0.11.3 (#341938) 2024-09-18 02:16:46 +02:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03: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
Aaron Jheng
259f670ec5
kitex: 0.11.0 -> 0.11.3 2024-09-15 01:00:23 +00:00
R. Ryantm
888540f588 kitex: 0.10.3 -> 0.11.0 2024-09-09 17:25:58 +00:00
Emily
0c7aafc7f5
musly: add patches for FFmpeg 7, C++17, and external deps; kissfft: build with CMake; libresample: 0.1.3 -> 0.1.4-unstable-2024-08-23 (#332035) 2024-08-27 01:12:57 +01:00
Emily
1f81efc8a0 kissfft: build with CMake
Fix the library install names on macOS and replace a patch with a
smaller one.
2024-08-26 22:37:33 +01:00
Emily
990e96533e kissfft: format with nixfmt-rfc-style 2024-08-26 22:37:33 +01:00
Emily
1d22e2ecd9 kissfft: move to pkgs/by-name 2024-08-26 22:37:33 +01:00
OTABI Tomoya
e8c29c7885
Merge pull request #336124 from jfly/kikit-on-python312
kicad: use python 3.12, kikit: use python 3.12
2024-08-23 09:40:34 +09:00
Sebastián Mancilla
44d6eaa009
Merge pull request #331996 from aaronjheng/kitex
kitex: 0.10.2 -> 0.10.3
2024-08-22 18:51:20 -04:00
Jeremy Fleischman
3fc660733b
kikit: 1.5.0 -> 1.6.0
kikit 1.5.0 bundles an old version of versioneer that doesn't work with
Python 3.12. See this usptream issue for details:
https://github.com/yaqwsx/KiKit/issues/680

This was fixed in
e0c312ae10,
which first landed in kikit 1.6.0. So, let's upgrade and finally get this
building on Python 3.12!

This fixes https://github.com/NixOS/nixpkgs/issues/325220
2024-08-21 07:25:54 -07:00
Jeremy Fleischman
5c493ae9ed
python3Packages.shapely_1_8: remove
Shapely 1.8 is old unmaintained. We originally had to introduce it to nixpkgs in
order to package kikit, but recently kikit upstream dropped the
requirement to use an old version of shapely
(https://github.com/yaqwsx/KiKit/issues/574#issuecomment-1879721181).

Upstream relaxed the version constraint in
3427a8d6ce,
which first landed in kikit 1.5.0, which we're already packaging, so
we're free to drop shapely 1.8!
2024-08-21 07:25:54 -07:00
Honnip
94d2af6419
kiwitalk: fix builds with Rust 1.80
This commit fixes the build failure with Rust 1.80 by updating `time` crate.

See https://github.com/NixOS/nixpkgs/issues/332957, https://github.com/rust-lang/rust/issues/127343
2024-08-19 22:38:21 +09:00
Aaron Jheng
ecf45c7639
kitex: 0.10.2 -> 0.10.3 2024-08-05 01:43:35 +00:00
R. Ryantm
8383d1dddd kitex: 0.10.1 -> 0.10.2 2024-07-25 12:42:29 +00:00
Martin Weinelt
de245ec4a5
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-25 13:00:25 +02:00