rocminfo: mark broken on aarch64

This commit is contained in:
Flakebi 2022-11-15 22:45:01 +01:00
parent 872fceeed6
commit de997f4d0c
No known key found for this signature in database
GPG key ID: 38E7ED984D7DCD02

View file

@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
license = licenses.ncsa;
maintainers = with maintainers; [ lovesegfault Flakebi ];
platforms = platforms.linux;
broken = stdenv.isAarch64;
};
}