Skip to content

Commit 91d1812

Browse files
committed
Fix starship build
1 parent 5525a52 commit 91d1812

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/starship/starship.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
1212
BuildRequires: cargo >= 1.80
1313
BuildRequires: rust >= 1.80
1414
BuildRequires: gcc
15-
BuildRequires: cmake3
15+
BuildRequires: cmake
1616
BuildRequires: pkgconfig(openssl)
1717
BuildRequires: pkgconfig(zlib)
1818

@@ -30,7 +30,7 @@ Ion, Elvish, Tcsh, Xonsh, Nushell, and Cmd.
3030

3131
%install
3232
export CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_OPT_LEVEL=3
33-
export CMAKE=cmake3
33+
export CMAKE=cmake
3434
RUSTFLAGS='-C strip=symbols' cargo install --root=%{buildroot}%{_prefix} --path=.
3535

3636
# Generate and install shell completions

0 commit comments

Comments
 (0)