diff --git a/srcpkgs/identity/template b/srcpkgs/identity/template index c8ef18a46f8..8b7bd671b93 100644 --- a/srcpkgs/identity/template +++ b/srcpkgs/identity/template @@ -15,6 +15,10 @@ homepage="https://apps.gnome.org/Identity/" distfiles="https://gitlab.gnome.org/YaLTeR/identity/-/archive/v${version}/identity-v${version}.tar.gz" checksum=440fe290c45c852145ce189e48d1c168e37d04657527856c0f3d531040b77e44 +if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then + XBPS_CROSS_RUSTFLAGS+=" -latomic" +fi + post_patch() { vsed -e 's/\(gtk_update_icon_cache\): true/\1: false/' \ -e 's/\(update_desktop_database\): true/\1: false/' \