nixpkgs: patch jellyfin ffmpeg

This commit is contained in:
nyanloutre 2021-12-03 21:45:47 +01:00
parent 8e98daf0be
commit 338fe536dd
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,14 @@
supportedSystems = [ "x86_64-linux" ];
channels.nixpkgs.patches = [
(nixpkgs.legacyPackages."x86_64-linux".fetchpatch {
name = "jellyfin-ffmpeg.patch";
url = "https://github.com/NixOS/nixpkgs/compare/master...nyanloutre:jellyfin-ffmpeg-init.patch";
sha256 = "sha256-ecKrQ9EM35IFd0vbelGhapUuMYR+RTVu4KPHI81rlZM=";
})
];
hostDefaults.modules = [
nixpkgs.nixosModules.notDetected
{