Loading pkgs/development/python-modules/bork/default.nix +8 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , build Loading Loading @@ -41,6 +42,13 @@ buildPythonPackage rec { "bork.cli" ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "-m 'not network'" ]; meta = with lib; { description = "Python build and release management tool"; homepage = "https://github.com/duckinator/bork"; Loading Loading
pkgs/development/python-modules/bork/default.nix +8 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , build Loading Loading @@ -41,6 +42,13 @@ buildPythonPackage rec { "bork.cli" ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "-m 'not network'" ]; meta = with lib; { description = "Python build and release management tool"; homepage = "https://github.com/duckinator/bork"; Loading