Loading pkgs/by-name/ko/koodousfinder/package.nix +8 −15 Original line number Diff line number Diff line { lib , python3 , fetchFromGitHub { lib, python3, fetchFromGitHub, }: python3.pkgs.buildPythonApplication rec { Loading @@ -17,17 +18,11 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-skCbt2lDKgSyZdHY3WImbr6CF0icrDPTIXNV1736gKk="; }; pythonRelaxDeps = [ "keyring" ]; pythonRelaxDeps = [ "keyring" ]; build-system = with python3.pkgs; [ poetry-core ]; build-system = with python3.pkgs; [ poetry-core ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; dependencies = with python3.pkgs; [ keyring Loading @@ -37,9 +32,7 @@ python3.pkgs.buildPythonApplication rec { # Project has no tests, re-check with next release doCheck = false; pythonImportsCheck = [ "koodousfinder" ]; pythonImportsCheck = [ "koodousfinder" ]; meta = with lib; { description = "Tool to allows users to search for and analyze Android apps"; Loading Loading
pkgs/by-name/ko/koodousfinder/package.nix +8 −15 Original line number Diff line number Diff line { lib , python3 , fetchFromGitHub { lib, python3, fetchFromGitHub, }: python3.pkgs.buildPythonApplication rec { Loading @@ -17,17 +18,11 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-skCbt2lDKgSyZdHY3WImbr6CF0icrDPTIXNV1736gKk="; }; pythonRelaxDeps = [ "keyring" ]; pythonRelaxDeps = [ "keyring" ]; build-system = with python3.pkgs; [ poetry-core ]; build-system = with python3.pkgs; [ poetry-core ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; dependencies = with python3.pkgs; [ keyring Loading @@ -37,9 +32,7 @@ python3.pkgs.buildPythonApplication rec { # Project has no tests, re-check with next release doCheck = false; pythonImportsCheck = [ "koodousfinder" ]; pythonImportsCheck = [ "koodousfinder" ]; meta = with lib; { description = "Tool to allows users to search for and analyze Android apps"; Loading