nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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 ··· 58 59 pandas 59 60 tables 60 61 git 61 - ffmpeg_3 62 62 scikitimage 63 63 matplotlib 64 64 qdarkstyle ··· 77 79 meta = { 78 80 homepage = "https://github.com/portugueslab/stytra"; 79 81 description = "A modular package to control stimulation and track behaviour"; 80 - license = lib.licenses.gpl3; 82 + license = lib.licenses.gpl3Plus; 81 83 maintainers = with lib.maintainers; [ tbenst ]; 82 84 }; 83 85 }