radicle-node: use makeBinaryWrapper

This commit is contained in:
Defelo
2025-08-22 07:54:33 +02:00
parent d6b07e06cc
commit 4f2c8f74eb
+2 -2
View File
@@ -5,7 +5,7 @@
installShellFiles,
jq,
lib,
makeWrapper,
makeBinaryWrapper,
man-db,
nixos,
nixosTests,
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeBuildInputs = [
asciidoctor
installShellFiles
makeWrapper
makeBinaryWrapper
];
nativeCheckInputs = [ gitMinimal ];