Skip to content

Commit

Permalink
handbrake: fix build by applying an upstream patch again
Browse files Browse the repository at this point in the history
Override hell as usual for handbrake.
The patch was dropped from the base package in e5c3ef1
  • Loading branch information
vcunat committed Sep 18, 2024
1 parent 83be3ee commit e7d8069
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/applications/video/handbrake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
, lib
, fetchFromGitHub
, fetchpatch
, fetchpatch2
# For tests
, testers
, runCommand
Expand Down Expand Up @@ -135,6 +136,12 @@ let

"${src}/contrib/ffmpeg/A18-qsv-fix-decode-10bit-hdr.patch"
"${src}/contrib/ffmpeg/A19-ffbuild-common-use-gzip-n-flag-for-cuda.patch"

(fetchpatch2 {
name = "fix_vulkan_av1.patch";
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/e06ce6d2b45edac4a2df04f304e18d4727417d24";
hash = "sha256-73mlX1rdJrguw7OXaSItfHtI7gflDrFj+7SepVvvUIg=";
})
];
});

Expand Down

0 comments on commit e7d8069

Please sign in to comment.