Loading pkgs/development/python-modules/unrpa/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -6,15 +6,22 @@ buildPythonPackage rec { disabled = isPy27; format = "setuptools"; src = fetchPypi { inherit pname version; sha256 = "0yl4qdwp3in170ks98qnldqz3r2iyzil5g1775ccg98qkh95s724"; }; propagatedBuildInputs = [ uncompyle6 ]; passthru.optional-dependencies = { ZiX = [ uncompyle6 ]; }; pythonImportsCheck = [ "unrpa" ]; # upstream has no unit tests doCheck = false; meta = with lib; { homepage = "https://github.com/Lattyware/unrpa"; description = "A program to extract files from the RPA archive format"; Loading Loading
pkgs/development/python-modules/unrpa/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -6,15 +6,22 @@ buildPythonPackage rec { disabled = isPy27; format = "setuptools"; src = fetchPypi { inherit pname version; sha256 = "0yl4qdwp3in170ks98qnldqz3r2iyzil5g1775ccg98qkh95s724"; }; propagatedBuildInputs = [ uncompyle6 ]; passthru.optional-dependencies = { ZiX = [ uncompyle6 ]; }; pythonImportsCheck = [ "unrpa" ]; # upstream has no unit tests doCheck = false; meta = with lib; { homepage = "https://github.com/Lattyware/unrpa"; description = "A program to extract files from the RPA archive format"; Loading