fix: nushell (#1152) (#1185)

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:34:49 -07:00
committed by GitHub
parent c7b12ea62f
commit 7483cc8aa1
+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