1
0
Fork 1
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:
K900 2024-01-25 14:04:07 +03:00
parent 4567be8aa5
commit e4a8ae547c

View file

@ -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 ++ [