python3Packages.bpycv: unbreak on aarch64

This commit is contained in:
Pavol Rusnak
2025-02-14 15:16:47 +01:00
parent e50930826b
commit abcfab4cf1
@@ -57,7 +57,6 @@ buildPythonPackage rec {
homepage = "https://github.com/DIYer22/bpycv";
license = licenses.mit;
maintainers = [ maintainers.lucasew ];
broken = stdenv.hostPlatform.isAarch64;
inherit (blender.meta) platforms;
};
}