Skip to content

Commit

Permalink
haskellPackages.ffmpeg-light: remove override
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
emilazy committed Aug 23, 2024
1 parent 98a9b6e commit 1c607f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2865,10 +2865,6 @@ self: super: {
editedCabalFile = null;
}) super.true-name);

# ffmpeg-light works against the ffmpeg-4 API, but the default ffmpeg in nixpkgs is ffmpeg-5.
# https://github.com/NixOS/nixpkgs/pull/220972#issuecomment-1484017192
ffmpeg-light = super.ffmpeg-light.override { ffmpeg = pkgs.ffmpeg_4; };

# 2024-08-15: primitive >=0.9 && <0.10
posix-api = doJailbreak super.posix-api;

Expand Down

0 comments on commit 1c607f6

Please sign in to comment.