root: mark broken on aarch64

This commit is contained in:
Theodore Ni 2022-09-29 17:06:14 -07:00
parent 6484acc4d0
commit 2d3705b141
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -195,5 +195,9 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = [ maintainers.veprbl ];
license = licenses.lgpl21;
# See https://github.com/NixOS/nixpkgs/pull/192581#issuecomment-1256860426
# for some context on issues on aarch64.
broken = stdenv.isAarch64;
};
}