Loading pkgs/by-name/mu/mutmut/package.nix +48 −37 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 , testers { lib, fetchFromGitHub, python3, testers, }: let self = with python3.pkgs; buildPythonApplication rec { let self = with python3.pkgs; buildPythonApplication rec { pname = "mutmut"; version = "2.2.0"; Loading @@ -23,7 +27,13 @@ let self = with python3.pkgs; buildPythonApplication rec { doCheck = false; propagatedBuildInputs = [ click glob2 parso pony junit-xml ]; propagatedBuildInputs = [ click glob2 parso pony junit-xml ]; passthru.tests.version = testers.testVersion { package = self; }; Loading @@ -36,4 +46,5 @@ let self = with python3.pkgs; buildPythonApplication rec { maintainers = with maintainers; [ synthetica ]; }; }; in self in self Loading
pkgs/by-name/mu/mutmut/package.nix +48 −37 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 , testers { lib, fetchFromGitHub, python3, testers, }: let self = with python3.pkgs; buildPythonApplication rec { let self = with python3.pkgs; buildPythonApplication rec { pname = "mutmut"; version = "2.2.0"; Loading @@ -23,7 +27,13 @@ let self = with python3.pkgs; buildPythonApplication rec { doCheck = false; propagatedBuildInputs = [ click glob2 parso pony junit-xml ]; propagatedBuildInputs = [ click glob2 parso pony junit-xml ]; passthru.tests.version = testers.testVersion { package = self; }; Loading @@ -36,4 +46,5 @@ let self = with python3.pkgs; buildPythonApplication rec { maintainers = with maintainers; [ synthetica ]; }; }; in self in self