Skip to content

Commit

Permalink
openmw: pin FFmpeg 6 (#346249)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 6, 2024
2 parents 5c3e5ec + 3ae7b3c commit f39d82f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/games/openmw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, stdenv
, fetchFromGitLab
, fetchpatch
, fetchpatch2
, cmake
, pkg-config
, wrapQtAppsHook
Expand All @@ -11,7 +12,8 @@
, VideoDecodeAcceleration
, boost
, bullet
, ffmpeg
# Please unpin this on the next OpenMW release.
, ffmpeg_6
, libXt
, luajit
, lz4
Expand Down Expand Up @@ -80,7 +82,7 @@ stdenv.mkDerivation rec {
SDL2
boost
bullet'
ffmpeg
ffmpeg_6
libXt
luajit
lz4
Expand Down

0 comments on commit f39d82f

Please sign in to comment.