python311Packages.mdformat-simple-breaks: propagate dependencies

This commit is contained in:
Robert Schütz
2024-02-07 17:12:15 -08:00
parent caef5a82a2
commit 4f022fe55f
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "mdformat-simple-breaks";
version = "0.0.1";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
flit-core
];
buildInputs = [
propagatedBuildInputs = [
mdformat
];
@@ -34,7 +34,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "mdformat plugin to render thematic breaks using three dashes";
description = "Mdformat plugin to render thematic breaks using three dashes";
homepage = "https://github.com/csala/mdformat-simple-breaks";
license = licenses.mit;
maintainers = with maintainers; [ aldoborrero ];