Skip to content

Commit

Permalink
darling: fix build with ffmpeg_7
Browse files Browse the repository at this point in the history
- add patch from upstream commit:
darlinghq/darling#1537
darlinghq/darling@9655d55
  • Loading branch information
ghpzin committed Oct 15, 2024
1 parent 0741d0e commit 9184a79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/applications/emulators/darling/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ in stdenv.mkDerivation {
url = "https://github.com/darlinghq/darling/commit/f46eb721c11d32addd807f092f4b3a6ea515bb6d.patch?full_index=1";
hash = "sha256-FnLcHnK4cNto+E3OQSxE3iK+FHSU8y459FcpMvrzd6o=";
})

# Fix compatibility with ffmpeg_7
# https://github.com/darlinghq/darling/pull/1537
# https://github.com/darlinghq/darling/commit/9655d5598c87dcb22c54a83cc7741b77cb47a1b0
(fetchpatch {
url = "https://github.com/darlinghq/darling/commit/9655d5598c87dcb22c54a83cc7741b77cb47a1b0.patch?full_index=1";
hash = "sha256-ogMo4SRRwiOhaVJ+OS8BVolGDa7vGKyR9bdGiOiCuRc=";
})
];

postPatch = ''
Expand Down

0 comments on commit 9184a79

Please sign in to comment.