about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorFang-Pen Lin <hello@fangpenlin.com>2024-05-10 18:42:33 +0000
committerFang-Pen Lin <hello@fangpenlin.com>2024-05-14 00:48:32 +0000
commit9438b410295cde4afcbdbeb85263bfc51c2fd594 (patch)
tree10d3771e512d978732bee8e0df20957714c79fed /pkgs/top-level/python-packages.nix
parent9ec842fbf4408216ad47e571cde4febaf618ca73 (diff)
beanhub-forms: init at 0.1.3
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 cbffa4d2e6023..bbd3af049c0e2 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -1465,6 +1465,8 @@ self: super: with self; {
 
   beanhub-extract = callPackage ../development/python-modules/beanhub-extract { };
 
+  beanhub-forms = callPackage ../development/python-modules/beanhub-forms { };
+
   beanhub-import = callPackage ../development/python-modules/beanhub-import { };
 
   beanstalkc = callPackage ../development/python-modules/beanstalkc { };