mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 03:47:31 +00:00
dr14_tmeter: use ffmpeg 4
migrate away from ffmpeg_3 (https://github.com/NixOS/nixpkgs/issues/120705)
This commit is contained in:
parent
1f5ad3812f
commit
0b32978596
@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pkgs; [
|
||||
python3Packages.numpy flac vorbis-tools ffmpeg_3 faad2 lame
|
||||
python3Packages.numpy flac vorbis-tools ffmpeg faad2 lame
|
||||
];
|
||||
|
||||
# There are no tests
|
||||
|
Loading…
Reference in New Issue
Block a user