about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-05-12 20:41:29 +0200
committerGitHub <noreply@github.com>2024-05-12 20:41:29 +0200
commitea75c38b31e648684e4781598637fd1865f91bd4 (patch)
treefd34c8608b3d964cb76c564bfc3a9f2c9b001045 /pkgs/top-level/python-packages.nix
parenta08f9c05e74fceb982e66c06018447cf1bfb8107 (diff)
onionshare: cleanup, fix crash (#309950)
* onionshare: cleanup dependencies according to used upstream ones

* python3Packages.cepa: drop that it is now unused

* onionshare: fix starting under none qt desktops

* onionshare: fix crash with presumable newer pyside6
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 9eddf6ccd3349..309eeda103159 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -2004,8 +2004,6 @@ self: super: with self; {
 
   coqpit = callPackage ../development/python-modules/coqpit { };
 
-  cepa = callPackage ../development/python-modules/cepa { };
-
   cerberus = callPackage ../development/python-modules/cerberus { };
 
   cert-chain-resolver = callPackage ../development/python-modules/cert-chain-resolver { };