mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 01:07:49 +00:00
Merge pull request #131507 from rhoriguchi/gphotos-sync
gphotos-sync: add recommended package
This commit is contained in:
commit
50cdd41e93
@ -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 New Issue
Block a user