mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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:
<https://github.com/acowley/ffmpeg-light/pull/72>.
(cherry picked from commit 7ce990f1d2
)
This commit is contained in:
parent
98a9b6e64c
commit
1c607f63ca
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user