python3Packages.stytra: does not depend on ffmpeg_3

The path to FFmpeg's executable is now hardcoded in imageio-ffmpeg.
This commit is contained in:
Robert Schütz 2021-04-30 12:37:06 +02:00
parent 965ee5281b
commit 8e6bbb68d3

View file

@ -8,7 +8,6 @@
, pandas
, tables
, git
, ffmpeg_3
, scikitimage
, matplotlib
, qdarkstyle
@ -59,7 +58,6 @@ buildPythonPackage rec {
pandas
tables
git
ffmpeg_3
scikitimage
matplotlib
qdarkstyle
@ -79,7 +77,7 @@ buildPythonPackage rec {
meta = {
homepage = "https://github.com/portugueslab/stytra";
description = "A modular package to control stimulation and track behaviour";
license = lib.licenses.gpl3;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ tbenst ];
};
}