1 { lib, buildPythonPackage, fetchPypi, unrar }:
3 buildPythonPackage rec {
9 sha256 = "4149c0729cf96a0bae80360e7d94dc40af1088c8da7f6eb8d10e09b8632e92ad";
12 buildInputs = [ unrar ];
14 pythonImportsCheck = [ "unrardll" ];
17 description = "Wrap the Unrar DLL to enable unraring of files in python";
18 homepage = "https://github.com/kovidgoyal/unrardll";
19 license = licenses.bsd3;
20 maintainers = with maintainers; [ nyanloutre ];