···526 pwndbg = throw "'pwndbg' has been removed due to dependency version incompatibilities that are infeasible to maintain in nixpkgs. Use the downstream flake that pwndbg provides instead: https://github.com/pwndbg/pwndbg"; # Added 2025-02-09
527 pxml = throw "pxml was removed, because it was disabled on all python version since 3.8 and last updated in 2020."; # added 2024-05-13
528 py3to2 = throw "py3to2 is unmaintained and source is no longer available"; # added 2024-10-23
0529 pytricia = throw "pytricia has been removed, since it is unmaintained"; # added 2025-05-25
530 py-radix = throw "py-radix has been removed, since it abandoned"; # added 2023-07-07
531 py_stringmatching = py-stringmatching; # added 2023-11-12
···526 pwndbg = throw "'pwndbg' has been removed due to dependency version incompatibilities that are infeasible to maintain in nixpkgs. Use the downstream flake that pwndbg provides instead: https://github.com/pwndbg/pwndbg"; # Added 2025-02-09
527 pxml = throw "pxml was removed, because it was disabled on all python version since 3.8 and last updated in 2020."; # added 2024-05-13
528 py3to2 = throw "py3to2 is unmaintained and source is no longer available"; # added 2024-10-23
529+ pypcap = throw "pypcap has been removed because it is broken and unmaintained upstream."; # added 2025-06-18
530 pytricia = throw "pytricia has been removed, since it is unmaintained"; # added 2025-05-25
531 py-radix = throw "py-radix has been removed, since it abandoned"; # added 2023-07-07
532 py_stringmatching = py-stringmatching; # added 2023-11-12
-4
pkgs/top-level/python-packages.nix
···1331613317 pypca = callPackage ../development/python-modules/pypca { };
1331813319- pypcap = callPackage ../development/python-modules/pypcap {
13320- inherit (pkgs) libpcap; # Avoid confusion with python package of the same name
13321- };
13322-13323 pypck = callPackage ../development/python-modules/pypck { };
1332413325 pypdf = callPackage ../development/python-modules/pypdf { };