fix: nushell (#1152) (#1183)

Signed-off-by: madomado <madonuko@outlook.com>
(cherry picked from commit 0278f0b280)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2024-05-02 06:35:08 -07:00
committed by GitHub
parent 831d4de7f9
commit 3d64e06307
+2 -1
View File
@@ -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