Unverified Commit 6f19f18b authored by Philippe Schaaf's avatar Philippe Schaaf
Browse files

mark broken packages



the packages are broken due to the bump of
mdformat itself (>=0.7.19).

Signed-off-by: default avatarPhilippe Schaaf <philippe.schaaf@secunet.com>
parent e41854bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,5 +37,6 @@ buildPythonPackage rec {
    changelog = "https://github.com/KyleKing/mdformat-gfm-alerts/releases/tag/v${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ sigmanificient ];
    broken = true; # broken test due to changes in mdformat; compare https://github.com/KyleKing/mdformat-admon/issues/25
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -38,5 +38,6 @@ buildPythonPackage rec {
      aldoborrero
      polarmutex
    ];
    broken = true; # broken test due to changes in mdformat; compare https://github.com/KyleKing/mdformat-admon/issues/25
  };
}