support DLSite's multipart RAR archives for larger works
This commit is contained in:
parent
894b1d34b6
commit
9ab587d399
3 changed files with 63 additions and 25 deletions
|
@ -6,6 +6,7 @@
|
|||
outputs = { self, nixpkgs }: let
|
||||
pkgs = import nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
in {
|
||||
packages.x86_64-linux = with pkgs.python3Packages; rec {
|
||||
|
@ -58,6 +59,7 @@
|
|||
importlib-resources
|
||||
setuptools
|
||||
libsixel
|
||||
(rarfile.override { useUnrar = true; })
|
||||
];
|
||||
src = ./.;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue