Skip to content

Commit

Permalink
Merge pull request #653 from thecaralice/makebinarywrapper
Browse files Browse the repository at this point in the history
fix(nix): use makeBinaryWrapper
  • Loading branch information
kaikalii authored Feb 2, 2025
2 parents a4b7f3f + 7f45842 commit 0d870c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
craneLib,
libPath,
makeWrapper,
makeBinaryWrapper,
stdenv,
lib,
pkg-config,
Expand Down Expand Up @@ -35,7 +35,7 @@ let
nativeBuildInputs = [
pkg-config
rustPlatform.bindgenHook
makeWrapper
makeBinaryWrapper
];
buildInputs =
[ libffi ]
Expand Down

0 comments on commit 0d870c1

Please sign in to comment.