Unverified Commit 8d68f896 authored by Malo Bourgon's avatar Malo Bourgon
Browse files

python312Packages.pyvlx: unbreak on Darwin

parent 59ac94d3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{
  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;
  };
}