mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
parent
0956c09616
commit
951c5b86e9
@ -4,7 +4,10 @@
|
||||
, numpy
|
||||
, decorator
|
||||
, imageio
|
||||
, imageio-ffmpeg
|
||||
, isPy3k
|
||||
, proglog
|
||||
, requests
|
||||
, tqdm
|
||||
}:
|
||||
|
||||
@ -19,7 +22,7 @@ buildPythonPackage rec {
|
||||
|
||||
# No tests
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = [ numpy decorator imageio tqdm ];
|
||||
propagatedBuildInputs = [ numpy decorator imageio imageio-ffmpeg tqdm requests proglog ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Video editing with Python";
|
||||
|
Loading…
Reference in New Issue
Block a user