wezterm: sort inputs

This commit is contained in:
Thiago Kenji Okada
2025-01-04 11:31:14 +00:00
parent 22295e97fc
commit cefbda9e4c
@@ -1,30 +1,30 @@
{
stdenv,
rustPlatform,
lib,
stdenv,
fetchFromGitHub,
ncurses,
perl,
pkg-config,
python3,
fetchpatch2,
fontconfig,
installShellFiles,
openssl,
libGL,
libX11,
libxcb,
libxkbcommon,
ncurses,
nixosTests,
openssl,
perl,
pkg-config,
python3,
runCommand,
rustPlatform,
unstableGitUpdater,
vulkan-loader,
wayland,
xcbutil,
xcbutilimage,
xcbutilkeysyms,
xcbutilwm,
wayland,
zlib,
nixosTests,
runCommand,
vulkan-loader,
fetchpatch2,
unstableGitUpdater,
}:
rustPlatform.buildRustPackage rec {