mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
jellyfin-ffmpeg: clobber patches
They are (currently) already applied upstream
This commit is contained in:
parent
4567be8aa5
commit
e4a8ae547c
|
@ -15,6 +15,9 @@ ffmpeg_6-full.overrideAttrs (old: rec {
|
|||
hash = "sha256-LMwGxx++z6TpZLnpeRGraid4653Mp8T4pY5EP4Z7GXY=";
|
||||
};
|
||||
|
||||
# Clobber upstream patches as they don't apply to the Jellyfin fork
|
||||
patches = [];
|
||||
|
||||
buildInputs = old.buildInputs ++ [ chromaprint ];
|
||||
|
||||
configureFlags = old.configureFlags ++ [
|
||||
|
|
Loading…
Reference in a new issue