From bf7f28b1a9e36e2bd1a13c76984d327fdcc534ce Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 17 Nov 2022 08:15:16 +0000 Subject: [PATCH] imhex: drop unused xlibsWrapper input Validated as no change in `out` output with diffoscope. --- pkgs/applications/editors/imhex/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/editors/imhex/default.nix b/pkgs/applications/editors/imhex/default.nix index 3a7463f89f83..b35f9aa06ca4 100644 --- a/pkgs/applications/editors/imhex/default.nix +++ b/pkgs/applications/editors/imhex/default.nix @@ -17,7 +17,6 @@ , curl , fmt_8 , nlohmann_json -, xlibsWrapper , yara }: @@ -45,7 +44,7 @@ gcc12Stdenv.mkDerivation rec { hash = "sha256-SFv5ulyjm5Yf+3Gpx+A74so2YClCJx1sx0LE5fh5eG4="; }; - nativeBuildInputs = [ cmake llvm python3 perl pkg-config xlibsWrapper ]; + nativeBuildInputs = [ cmake llvm python3 perl pkg-config ]; buildInputs = [ capstone