mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
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
@ -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 New Issue
Block a user