Unverified Commit 9c81c7d1 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python313Packages.svgdigitizer: unbreak on darwin (#425911)

parents 558243f9 3c210865
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ buildPythonPackage rec {
    svgpathtools
    svgwrite
  ];
  # https://github.com/echemdb/svgdigitizer/issues/252
  MPLBACKEND = "Agg";

  nativeCheckInputs = [
    pytestCheckHook
@@ -78,7 +80,5 @@ buildPythonPackage rec {
    changelog = "https://github.com/echemdb/svgdigitizer/blob/${src.rev}/ChangeLog";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [ doronbehar ];
    # https://github.com/echemdb/svgdigitizer/issues/252
    broken = stdenv.hostPlatform.isDarwin;
  };
}