boinc: mark broken for aarch64

This commit is contained in:
Rick van Schijndel 2022-05-21 15:12:23 +02:00
parent 53d8d81656
commit 90869787c5

View file

@ -46,6 +46,10 @@ stdenv.mkDerivation rec {
homepage = "https://boinc.berkeley.edu/";
license = licenses.lgpl2Plus;
platforms = platforms.linux; # arbitrary choice
# checking for gcc options needed to detect all undeclared functions... cannot detect
# configure: error: in `/build/boinc-7.18.1-src':
# configure: error: cannot make gcc report undeclared builtins
broken = stdenv.isAarch64;
maintainers = with maintainers; [ Luflosi ];
};
}