python312Packages.pyvlx: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2025-05-12 18:26:02 -07:00
parent 59ac94d359
commit 8d68f8963a
No known key found for this signature in database

View File

@ -1,6 +1,5 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
@ -47,6 +46,5 @@ buildPythonPackage rec {
changelog = "https://github.com/Julius2342/pyvlx/releases/tag/${version}";
license = licenses.lgpl2Only;
maintainers = with maintainers; [ fab ];
broken = stdenv.hostPlatform.isDarwin;
};
}