xwayland-satellite: use binary wrapper

We don't require the overhead of a shell wrapper here as we're only
manipulating $PATH
This commit is contained in:
seth 2024-10-14 09:58:28 -04:00
parent 9d53ad1f97
commit c6dc80048d
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -2,7 +2,7 @@
lib,
fetchFromGitHub,
libxcb,
makeWrapper,
makeBinaryWrapper,
pkg-config,
rustPlatform,
unstableGitUpdater,
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage {
cargoHash = "sha256-1EtwGMoLfYK0VZj8jdQiweO/RHGBzyEoeMEI4pmqfu8=";
nativeBuildInputs = [
makeWrapper
makeBinaryWrapper
pkg-config
rustPlatform.bindgenHook
];