···73 matplotlib
74 sympy
75 ];
76- disabledTests = lib.optionals stdenv.hostPlatform.isAarch64 [
77 # https://github.com/glotzerlab/freud/issues/961
000078 "test_docstring"
79 ];
80 # On top of cd $out due to https://github.com/NixOS/nixpkgs/issues/255262 ,
···73 matplotlib
74 sympy
75 ];
76+ disabledTests = [
77 # https://github.com/glotzerlab/freud/issues/961
78+ #
79+ # For x86_64-linux, see:
80+ #
81+ # https://github.com/glotzerlab/freud/issues/961#issuecomment-2553344968
82 "test_docstring"
83 ];
84 # On top of cd $out due to https://github.com/NixOS/nixpkgs/issues/255262 ,