python3Packages.freud: readd comment linking to #255262

This commit is contained in:
Doron Behar
2026-03-31 10:54:30 +03:00
parent 70009e8acd
commit eca95bc2ef
@@ -80,6 +80,7 @@ buildPythonPackage (finalAttrs: {
pytestCheckHook
sympy
];
# https://github.com/NixOS/nixpkgs/issues/255262
preCheck = ''
rm -rf freud
'';