Loading pkgs/development/python-modules/git-revise/default.nix +14 −5 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, pythonOlder, git, Loading @@ -23,10 +24,18 @@ buildPythonPackage rec { disabled = pythonOlder "3.8"; nativeCheckInputs = [ nativeCheckInputs = [ git gnupg pytestCheckHook ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ gnupg ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # `gpg: agent_genkey failed: No agent running` "test_gpgsign" ]; meta = with lib; { Loading @@ -35,6 +44,6 @@ buildPythonPackage rec { changelog = "https://github.com/mystor/git-revise/blob/${version}/CHANGELOG.md"; license = licenses.mit; mainProgram = "git-revise"; maintainers = with maintainers; [ emily ]; maintainers = with maintainers; [ _9999years ]; }; } Loading
pkgs/development/python-modules/git-revise/default.nix +14 −5 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, pythonOlder, git, Loading @@ -23,10 +24,18 @@ buildPythonPackage rec { disabled = pythonOlder "3.8"; nativeCheckInputs = [ nativeCheckInputs = [ git gnupg pytestCheckHook ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ gnupg ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # `gpg: agent_genkey failed: No agent running` "test_gpgsign" ]; meta = with lib; { Loading @@ -35,6 +44,6 @@ buildPythonPackage rec { changelog = "https://github.com/mystor/git-revise/blob/${version}/CHANGELOG.md"; license = licenses.mit; mainProgram = "git-revise"; maintainers = with maintainers; [ emily ]; maintainers = with maintainers; [ _9999years ]; }; }