Commit Graph

313 Commits

Author SHA1 Message Date
R. Ryantm
30fcb67a6b cargo-make: 0.37.18 -> 0.37.20 2024-10-04 05:09:58 +00:00
Pol Dellaiera
c98ddb9204
cairosvg: add cli (#343998) 2024-10-03 05:08:06 +02:00
Nick Cao
9a7346cdef
cargo-make: 0.37.16 -> 0.37.18 (#345572) 2024-10-01 16:44:28 -04:00
seth
f70fb77ea1
cargo-tauri: add test for setup hooks 2024-09-30 20:13:14 -04:00
seth
b833d6a1d3
cargo-tauri.hook: init 2024-09-30 20:13:14 -04:00
seth
c1c013bd3b
cargo-tauri: add getchoo as a maintainer 2024-09-30 20:13:13 -04:00
seth
4a78651ed9
cargo-tauri: refactor
Specifically:

- Tighten dependencies by only listing what's needed to build
- Better sorting things
- Adding `meta.changelog`
2024-09-30 20:13:13 -04:00
seth
e4efc38613
cargo-tauri: migrate to by-name 2024-09-30 20:13:10 -04:00
nartsisss
589ea357b2
cargo-make: 0.37.16 -> 0.37.18 2024-09-30 21:38:25 +03:00
kirillrdy
0afb2f5019
caido: 0.40 -> 0.41 (#344501) 2024-09-26 18:53:39 +10:00
K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs (#344516) 2024-09-26 08:38:07 +03:00
Artturin
4cb379f4d7 treewide: use nativeBuildInputs in appimage builder derivations 2024-09-25 23:01:28 +03:00
Émile Fugulin
9ae5068b42 caido: 0.40 -> 0.41 2024-09-25 15:57:18 -04:00
wxt
3701aed36f cargo2junit: fix build 2024-09-25 10:43:16 +02:00
wxt
d53f42a522 cargo2junit: nixfmt; move to by-name 2024-09-25 10:43:16 +02: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
Sarah Clark
d2300b8913 cairosvg: add cli 2024-09-24 09:58:49 -07:00
R. Ryantm
1b4f662e94 cargo-shear: 1.1.2 -> 1.1.3 2024-09-23 13:10:26 +00:00
R. Ryantm
31982d2430 capslock: 0.2.4 -> 0.2.5 2024-09-21 22:49:43 +00: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
3477b6f431 cargo-profiler: sha256hash 2024-09-15 11:25:25 +02: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
61730743e4
calligraphy: init at 1.0.1 (#341777) 2024-09-15 09:53:00 +08:00
aleksana
3e1544030c calligraphy: init at 1.0.1 2024-09-14 20:25:15 +08:00
Emily
2181ab3e22 treewide: unpin SWIG 4 2024-09-12 18:39:57 +01:00
Nick Cao
8ef9390d56
catppuccin-whiskers: 2.4.0 -> 2.5.0 (#340645) 2024-09-11 12:45:46 -04:00
Aleksana
478268d445
cameractrls: 0.6.6 -> 0.6.7 (#340933) 2024-09-10 16:37:48 +08:00
aleksana
323f66e1e7 cameractrls: 0.6.6 -> 0.6.7 2024-09-10 13:00:32 +08:00
Weijia Wang
dbe4bc3649
catppuccin-fcitx5: 0-unstable-2022-10-05 -> 0-unstable-2024-09-01 (#340571) 2024-09-09 18:23:07 +02:00
Paul Meyer
783a2dbd3c
capslock: 0.1.1 -> 0.2.4 (#338138) 2024-09-09 09:10:52 +02:00
R. Ryantm
06c0153352 catppuccin-whiskers: 2.4.0 -> 2.5.0 2024-09-09 01:32:17 +00:00
R. Ryantm
02d5cde9d2 catppuccin-fcitx5: 0-unstable-2022-10-05 -> 0-unstable-2024-09-01 2024-09-08 18:24:11 +00:00
Johannes Jöns
f4b8cbbf21
catppuccin-cursors: 0.3.0 -> 0.3.1 (#336832) 2024-09-01 13:28:18 +00:00
OTABI Tomoya
c90f794756
treewide: remove refs/tags/ from github release meta.changelog urls (#338301) 2024-09-01 10:53:48 +09:00
nixpkgs-merge-bot[bot]
bd5196b601
cargo-expand: 1.0.89 -> 1.0.90 (#338606) 2024-08-31 14:58:24 +00:00
Nick Cao
7f9e39a43c
cargo-make: 0.37.15 -> 0.37.16 (#338512) 2024-08-31 09:46:11 -04:00
R. Ryantm
b9d602f082 cargo-expand: 1.0.89 -> 1.0.90 2024-08-31 11:54:48 +00:00
R. Ryantm
98459cb9aa cargo-make: 0.37.15 -> 0.37.16 2024-08-31 00:27:56 +00:00
Peder Bergebakken Sundt
ebc2389134 treewide: remove refs/tags/ from github release meta.changelog urls
diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:

https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
2024-08-29 22:45:00 -04:00
Paul Meyer
665d088c90 capslock: 0.1.1 -> 0.2.4
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-29 10:51:22 +02:00
github-actions[bot]
59b57346d9
Merge master into staging-next 2024-08-28 18:04:19 +00:00
TomaSajt
3ea2d8d170
caprine: use electron.dist 2024-08-27 21:37:14 +02:00
github-actions[bot]
8751a0ec8d
Merge master into staging-next 2024-08-24 00:12:18 +00:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
Fausto Jáquez
e236ff11c2
catppuccin-cursors: 0.3.0 -> 0.3.1 2024-08-23 14:31:39 -04:00
github-actions[bot]
c4657445af
Merge staging-next into staging 2024-08-22 12:05:37 +00:00
Sandro
455da7dd57
Merge pull request #332468 from goatastronaut0212/init-caprine-buildnpmpackage 2024-08-22 14:04:25 +02:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
nixpkgs-merge-bot[bot]
f3975d15e7
Merge pull request #335709 from r-ryantm/auto-update/cargo-shear
cargo-shear: 1.1.1 -> 1.1.2
2024-08-20 14:51:34 +00:00
R. Ryantm
800c7426a0 cargo-shear: 1.1.1 -> 1.1.2 2024-08-19 01:05:16 +00:00