Merge pull request #201606 from trofi/imhex-without-xlibsWrapper

imhex: drop unused xlibsWrapper input

Changed files
+1 -2
pkgs
applications
editors
imhex
+1 -2
pkgs/applications/editors/imhex/default.nix
···
, curl
, fmt_8
, nlohmann_json
-
, xlibsWrapper
, yara
}:
···
hash = "sha256-SFv5ulyjm5Yf+3Gpx+A74so2YClCJx1sx0LE5fh5eG4=";
};
-
nativeBuildInputs = [ cmake llvm python3 perl pkg-config xlibsWrapper ];
buildInputs = [
capstone
···
, curl
, fmt_8
, nlohmann_json
, yara
}:
···
hash = "sha256-SFv5ulyjm5Yf+3Gpx+A74so2YClCJx1sx0LE5fh5eG4=";
};
+
nativeBuildInputs = [ cmake llvm python3 perl pkg-config ];
buildInputs = [
capstone