factor: use makeBinaryWrapper

No Bash overhead
This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤
2026-05-22 00:00:24 +07:00
parent e923d93811
commit e0006ff7f7
@@ -2,7 +2,7 @@
stdenv,
lib,
writeText,
makeWrapper,
makeBinaryWrapper,
factor-lang,
factor-no-gui,
librsvg,
@@ -83,7 +83,7 @@ in
wrapped-factor
;
nativeBuildInputs = [
makeWrapper
makeBinaryWrapper
(lib.hiPrio finalAttrs.wrapped-factor)
]
++ attrs.nativeBuildInputs or [ ];