Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 466522c919b4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d2eb16cdf54b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 8, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    d2eb16c View commit details
Showing with 7 additions and 0 deletions.
  1. +7 −0 pkgs/development/python-modules/goobook/default.nix
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/goobook/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ stdenv, buildPythonPackage, fetchPypi, isPy3k
, docutils, installShellFiles
, google_api_python_client, simplejson, oauth2client, setuptools, xdg
}:

@@ -12,10 +13,16 @@ buildPythonPackage rec {
sha256 = "1rmfyma3gwdf5mrw4l3j66y86fy8hgdbd0z4a5kck0kcm3hy34j9";
};

nativeBuildInputs = [ docutils installShellFiles ];
propagatedBuildInputs = [
google_api_python_client simplejson oauth2client setuptools xdg
];

postInstall = ''
rst2man goobook.1.rst goobook.1
installManPage goobook.1
'';

meta = with stdenv.lib; {
description = "Access your Google contacts from the command line";
longDescription = ''