From cefbda9e4cdc33950b9eba424d405ee791c6de34 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Sat, 4 Jan 2025 11:29:42 +0000 Subject: [PATCH] wezterm: sort inputs --- .../terminal-emulators/wezterm/default.nix | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pkgs/applications/terminal-emulators/wezterm/default.nix b/pkgs/applications/terminal-emulators/wezterm/default.nix index aa08edeb2bda..35827919f45d 100644 --- a/pkgs/applications/terminal-emulators/wezterm/default.nix +++ b/pkgs/applications/terminal-emulators/wezterm/default.nix @@ -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 {