python3Packages.stytra: does not depend on ffmpeg_3

The path to FFmpeg's executable is now hardcoded in imageio-ffmpeg.

+1 -3
+1 -3
pkgs/development/python-modules/stytra/default.nix
··· 8 8 , pandas 9 9 , tables 10 10 , git 11 - , ffmpeg_3 12 11 , scikitimage 13 12 , matplotlib 14 13 , qdarkstyle ··· 59 58 pandas 60 59 tables 61 60 git 62 - ffmpeg_3 63 61 scikitimage 64 62 matplotlib 65 63 qdarkstyle ··· 79 77 meta = { 80 78 homepage = "https://github.com/portugueslab/stytra"; 81 79 description = "A modular package to control stimulation and track behaviour"; 82 - license = lib.licenses.gpl3; 80 + license = lib.licenses.gpl3Plus; 83 81 maintainers = with lib.maintainers; [ tbenst ]; 84 82 }; 85 83 }