python3.pkgs.extractcode-libarchive: init at 21.4.4
This commit is contained in:
@@ -2307,6 +2307,18 @@ in {
|
||||
inherit (pkgs) p7zip;
|
||||
};
|
||||
|
||||
extractcode-libarchive = callPackage ../development/python-modules/extractcode/libarchive.nix {
|
||||
inherit (pkgs)
|
||||
libarchive
|
||||
libb2
|
||||
bzip2
|
||||
expat
|
||||
lz4
|
||||
lzma
|
||||
zlib
|
||||
zstd;
|
||||
};
|
||||
|
||||
extras = callPackage ../development/python-modules/extras { };
|
||||
|
||||
eyeD3 = callPackage ../development/python-modules/eyed3 { };
|
||||
|
||||
Reference in New Issue
Block a user