about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-18 08:31:14 +0200
committerGitHub <noreply@github.com>2024-06-18 08:31:14 +0200
commit5baa8b82825729645bc12ff803d693bbf38237f9 (patch)
tree8d61405753071dea0251745d008891b6e6380dc1 /pkgs/top-level/python-packages.nix
parent4df74a344ad59d351d1d03038ca4ff8ec9a8d419 (diff)
parent8dafc691c567a6f0f51a3f3a61aeefa67f4edf0d (diff)
Merge pull request #320490 from fabaff/dash-bootstrap-components
python312Packages.dash-bootstrap-components: init at 1.6.0
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 4ca44cacaeef8..e34280660447d 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -2728,6 +2728,8 @@ self: super: with self; {
 
   dash = callPackage ../development/python-modules/dash { };
 
+  dash-bootstrap-components = callPackage ../development/python-modules/dash-bootstrap-components { };
+
   dash-core-components = callPackage ../development/python-modules/dash-core-components { };
 
   dash-html-components = callPackage ../development/python-modules/dash-html-components { };