dosbox: use SDL_compat for Wayland support

This commit is contained in:
Peter Hoeg 2022-07-03 13:20:52 +08:00
parent e464e032d8
commit 42100e31bf

@ -1,7 +1,8 @@
{ lib
, stdenv
, fetchurl
, SDL
, autoreconfHook
, SDL_compat
, SDL_net
, SDL_sound
, copyDesktopItems
@ -22,12 +23,13 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
autoreconfHook
copyDesktopItems
graphicsmagick
];
buildInputs = [
SDL
SDL_compat
SDL_net
SDL_sound
libGL