mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #125241 from eduardosm/dr14_tmeter
dr14_tmeter: use ffmpeg 4
This commit is contained in:
commit
2a082a4e46
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs; [
|
propagatedBuildInputs = with pkgs; [
|
||||||
python3Packages.numpy flac vorbis-tools ffmpeg_3 faad2 lame
|
python3Packages.numpy flac vorbis-tools ffmpeg faad2 lame
|
||||||
];
|
];
|
||||||
|
|
||||||
# There are no tests
|
# There are no tests
|
||||||
|
|
Loading…
Reference in a new issue