wezterm: sort inputs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user