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 {