python3Packages.libarchive: remove due to prolonged breakage

This commit is contained in:
Jonathan Ringer
2020-09-04 12:38:38 -07:00
committed by Jon
parent bbeab7d50e
commit 8833467efc
2 changed files with 0 additions and 31 deletions
-4
View File
@@ -3242,8 +3242,6 @@ in {
libarchive-c = callPackage ../development/python-modules/libarchive-c { inherit (pkgs) libarchive; };
libarchive = self.python-libarchive; # The latter is the name upstream uses
libarcus = callPackage ../development/python-modules/libarcus { inherit (pkgs) protobuf; };
libasyncns = callPackage ../development/python-modules/libasyncns { inherit (pkgs) libasyncns pkgconfig; };
@@ -5650,8 +5648,6 @@ in {
python-Levenshtein = callPackage ../development/python-modules/python-levenshtein { };
python-libarchive = callPackage ../development/python-modules/python-libarchive { };
python-logstash = callPackage ../development/python-modules/python-logstash { };
python-ly = callPackage ../development/python-modules/python-ly { };