From 42100e31bfa5ad169e7bc7356ad83fe9f817e34e Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Sun, 3 Jul 2022 13:20:52 +0800 Subject: [PATCH] dosbox: use SDL_compat for Wayland support --- pkgs/applications/emulators/dosbox/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/dosbox/default.nix b/pkgs/applications/emulators/dosbox/default.nix index 87ac444ae491..b197742ce276 100644 --- a/pkgs/applications/emulators/dosbox/default.nix +++ b/pkgs/applications/emulators/dosbox/default.nix @@ -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