From 7fd6d4958cb68853e1f8b7abbd97f96d27e88ebf Mon Sep 17 00:00:00 2001 From: locnide Date: Sat, 7 Mar 2026 17:38:18 +0100 Subject: [PATCH] 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. --- pkgs/development/python-modules/panel/default.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/panel/default.nix b/pkgs/development/python-modules/panel/default.nix index af7574ee8e4c..b5235334a211 100644 --- a/pkgs/development/python-modules/panel/default.nix +++ b/pkgs/development/python-modules/panel/default.nix @@ -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