python312Packages.pyvlx: unbreak on Darwin
This commit is contained in:
parent
59ac94d359
commit
8d68f8963a
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user