Skip to content

Commit 5462391

Browse files
emilazygreg-hellings
authored andcommitted
haskellPackages.ffmpeg-light: remove override
This package has been marked as broken for a year. If anyone wants to fix it, there is a pull request updating it to the current FFmpeg API: <acowley/ffmpeg-light#72>. (cherry picked from commit 7ce990f)
1 parent a506afa commit 5462391

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pkgs/development/haskell-modules/configuration-common.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,10 +2865,6 @@ self: super: {
28652865
editedCabalFile = null;
28662866
}) super.true-name);
28672867

2868-
# ffmpeg-light works against the ffmpeg-4 API, but the default ffmpeg in nixpkgs is ffmpeg-5.
2869-
# https://github.com/NixOS/nixpkgs/pull/220972#issuecomment-1484017192
2870-
ffmpeg-light = super.ffmpeg-light.override { ffmpeg = pkgs.ffmpeg_4; };
2871-
28722868
# 2024-08-15: primitive >=0.9 && <0.10
28732869
posix-api = doJailbreak super.posix-api;
28742870

0 commit comments

Comments
 (0)