Merge pull request #248677 from fabaff/master

python310Packages.mdformat-beautysh: add missing input
This commit is contained in:
Fabian Affolter
2023-08-23 08:54:17 +02:00
committed by GitHub
@@ -6,7 +6,9 @@
, mdformat-gfm
, mdit-py-plugins
, poetry-core
, pytestCheckHook
, pythonOlder
, wheel
}:
buildPythonPackage rec {
@@ -25,6 +27,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
wheel
];
buildInputs = [
@@ -37,6 +40,14 @@ buildPythonPackage rec {
beautysh
];
nativeCheckInputs = [
pytestCheckHook
];
pythonImportsCheck = [
"mdformat_beautysh"
];
meta = with lib; {
description = "Mdformat plugin to beautify Bash scripts";
homepage = "https://github.com/hukkin/mdformat-beautysh";