From 3aa781649507b814c7909b4fde10b8207bfd7e14 Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 20 Aug 2024 17:50:05 +0100 Subject: [PATCH] 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: . (cherry picked from commit 7ce990f1d22cbe89f71155026e26f758b3f18499) --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 478838c720903..fe50f572b38c8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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;