wofi-power-menu: use makeBinaryWrapper

(cherry picked from commit d1c5022955)
This commit is contained in:
Defelo
2025-08-16 14:42:08 +02:00
committed by github-actions[bot]
parent 80dbe61d15
commit 5590ead4e6

View File

@@ -2,7 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
makeWrapper,
makeBinaryWrapper,
wofi,
versionCheckHook,
nix-update-script,
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-PWPMBYmB1lyCJFhodNSCicYJy29vEUx6k9ScQTPbZdg=";
nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeBinaryWrapper ];
postInstall = ''
wrapProgram $out/bin/wofi-power-menu \