Loading pkgs/development/python-modules/robotstatuschecker/default.nix +2 −8 Original line number Diff line number Diff line Loading @@ -20,15 +20,9 @@ buildPythonPackage rec { hash = "sha256-YyiGd3XSIe+4PEL2l9LYDGH3lt1iRAAJflcBGYXaBzY="; }; postPatch = '' # https://github.com/robotframework/statuschecker/issues/46 substituteInPlace test/tests.robot \ --replace-fail BuiltIn.Log Log ''; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ robotframework ]; dependencies = [ robotframework ]; checkPhase = '' runHook preCheck Loading Loading
pkgs/development/python-modules/robotstatuschecker/default.nix +2 −8 Original line number Diff line number Diff line Loading @@ -20,15 +20,9 @@ buildPythonPackage rec { hash = "sha256-YyiGd3XSIe+4PEL2l9LYDGH3lt1iRAAJflcBGYXaBzY="; }; postPatch = '' # https://github.com/robotframework/statuschecker/issues/46 substituteInPlace test/tests.robot \ --replace-fail BuiltIn.Log Log ''; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ robotframework ]; dependencies = [ robotframework ]; checkPhase = '' runHook preCheck Loading