gphotos-sync: add recommended package
This commit is contained in:
parent
e1c735229e
commit
4f91b61192
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, fetchFromGitHub, python3Packages }:
|
||||
{ lib, fetchFromGitHub, python3Packages, ffmpeg }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "gphotos-sync";
|
||||
|
@ -19,10 +19,14 @@ python3Packages.buildPythonApplication rec {
|
|||
pyyaml
|
||||
requests_oauthlib
|
||||
];
|
||||
|
||||
buildInputs = [ ffmpeg ];
|
||||
|
||||
checkInputs = with python3Packages; [
|
||||
pytestCheckHook
|
||||
mock
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
export HOME=$(mktemp -d)
|
||||
|
||||
|
|
Loading…
Reference in a new issue