summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz <esm@eduardosm.net>2021-06-01 17:27:24 +0200
committerEduardo Sánchez Muñoz <esm@eduardosm.net>2021-06-02 19:40:46 +0200
commitaedd9a2dc68694c7b863406aa89f00362fb92332 (patch)
treeaf00fb3911e3023a8098a36b6c55b15c0e895210
parentMerge pull request #125341 from hercules-ci/backport-podman-improvements (diff)
downloadnixpkgs-aedd9a2dc68694c7b863406aa89f00362fb92332.tar.gz
dr14_tmeter: use ffmpeg 4
migrate away from ffmpeg_3 (https://github.com/NixOS/nixpkgs/issues/120705) (cherry picked from commit 0b32978596d24542e6561a31b5f134ddcc6b811c)
-rw-r--r--pkgs/applications/audio/dr14_tmeter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/dr14_tmeter/default.nix b/pkgs/applications/audio/dr14_tmeter/default.nix
index 80b2cff3ce03..649c0f39097f 100644
--- a/pkgs/applications/audio/dr14_tmeter/default.nix
+++ b/pkgs/applications/audio/dr14_tmeter/default.nix
@@ -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