2 , buildPythonApplication
9 buildPythonApplication rec {
10 pname = "git-annex-remote-dbx";
14 inherit pname version;
15 sha256 = "5b6f8025ed1e9877f06882ddbd81f701a8e094647ab97595e2afc09016835a7c";
18 propagatedBuildInputs = [ dropbox annexremote humanfriendly ];
21 description = "Git-annex special remote for Dropbox";
22 homepage = "https://pypi.org/project/git-annex-remote-dbx/";
23 license = licenses.mit;
24 mainProgram = "git-annex-remote-dbx";