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:
parent
965ee5281b
commit
8e6bbb68d3
1 changed files with 1 additions and 3 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue