python3Packages.panel: fix build

Linkify-it-py, markdown-it-py and mdit-py-plugins were missing and
preventing build.

Narwhal and pandas where not preventing build, as they were available as
transitive dependencies. They have also been added for exhaustivity.
This commit is contained in:
locnide
2026-03-07 17:58:17 +01:00
parent a686b1af21
commit 7fd6d4958c
@@ -4,9 +4,14 @@
fetchPypi,
bleach,
bokeh,
linkify-it-py,
markdown,
markdown-it-py,
mdit-py-plugins,
narwhals,
pandas,
param,
pyviz-comms,
markdown,
pyct,
requests,
setuptools,
@@ -36,7 +41,12 @@ buildPythonPackage rec {
propagatedBuildInputs = [
bleach
bokeh
linkify-it-py
markdown
markdown-it-py
mdit-py-plugins
narwhals
pandas
param
pyct
pyviz-comms