Skip to content

Commit

Permalink
fix: rnote
Browse files Browse the repository at this point in the history
try using mold

Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Jul 26, 2024
1 parent 4f37064 commit 19a22fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion anda/langs/rust/rnote/rnote.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%global build_rustflags %build_rustflags -C link-arg=-fuse-ld=mold

Name: rnote
Version: 0.11.0
Release: 1%?dist
Expand All @@ -6,7 +8,7 @@ License: GPL-3.0
URL: https://github.com/flxzt/rnote
Source0: %{url}/archive/refs/tags/v%version.tar.gz
Requires: gtk4
BuildRequires: cargo meson cmake libappstream-glib gcc-c++ pkgconfig(alsa) alsa-lib clang-devel python desktop-file-utils
BuildRequires: cargo meson cmake libappstream-glib gcc-c++ pkgconfig(alsa) alsa-lib clang-devel python desktop-file-utils mold
BuildRequires: pkgconfig(glib-2.0) >= 2.66
BuildRequires: pkgconfig(gtk4) >= 4.7
BuildRequires: pkgconfig(libadwaita-1) >= 1.2
Expand Down

0 comments on commit 19a22fd

Please sign in to comment.