Skip to content

Commit

Permalink
fix: nushell (#1152) (#1185)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
(cherry picked from commit 0278f0b)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored May 2, 2024
1 parent c7b12ea commit 7483cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anda/langs/rust/nushell/nushell.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Requires: glibc openssl zlib
%{cargo_build -f extra,dataframe} --workspace

%install
%cargo_install -f extra,dataframe
mkdir -p %buildroot%_bindir
cp target/rpm/nu* %buildroot%_bindir/
rm -rf .cargo

%post
Expand Down

0 comments on commit 7483cc8

Please sign in to comment.