Merge pull request #193610 from tjni/root-mark-broken

authored by

Martin Weinelt and committed by
GitHub
671fabc9 491814cf

+4
+4
pkgs/applications/science/misc/root/default.nix
··· 195 195 platforms = platforms.unix; 196 196 maintainers = [ maintainers.veprbl ]; 197 197 license = licenses.lgpl21; 198 + 199 + # See https://github.com/NixOS/nixpkgs/pull/192581#issuecomment-1256860426 200 + # for some context on issues on aarch64. 201 + broken = stdenv.isAarch64; 198 202 }; 199 203 }