about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-02-21 16:50:47 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-02-21 16:50:47 +0100
commit8f96ec330ce8c50e320eae9486b0505661678f81 (patch)
treea0e321c8b96baab63c2f57933272faffb95edf26 /pkgs/top-level
parentad363bfc1efa39e080a524d9f6e0fa920925d401 (diff)
python311Packages.pybrowsers: init at 0.5.2
Python library for detecting and launching browsers

https://github.com/roniemartinez/browsers
Diffstat (limited to 'pkgs/top-level')
-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 3c2562bb99f92..adc14f900616d 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -10253,6 +10253,8 @@ self: super: with self; {
 
   pybravia = callPackage ../development/python-modules/pybravia { };
 
+  pybrowsers = callPackage ../development/python-modules/pybrowsers { };
+
   pybrowserid = callPackage ../development/python-modules/pybrowserid { };
 
   pybtex = callPackage ../development/python-modules/pybtex { };