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:
parent
9d53ad1f97
commit
c6dc80048d
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user