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