summary refs log tree commit diff
path: root/pkgs/applications/emulators/dosbox
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-08 19:25:49 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-08 19:25:49 +0100
commit73fddfcc38fa5c57f8897b2c7165a818b9bc9dc2 (patch)
treef317e4e6930274aabad60370764581f207d2d4de /pkgs/applications/emulators/dosbox
parent8cdc50c4341fa9f88e7f92cb18be20d31c87fef7 (diff)
dosbox: fix build on darwin
Diffstat (limited to 'pkgs/applications/emulators/dosbox')
-rw-r--r--pkgs/applications/emulators/dosbox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/dosbox/default.nix b/pkgs/applications/emulators/dosbox/default.nix
index b197742ce2767..852586cc6986c 100644
--- a/pkgs/applications/emulators/dosbox/default.nix
+++ b/pkgs/applications/emulators/dosbox/default.nix
@@ -2,7 +2,7 @@
 , stdenv
 , fetchurl
 , autoreconfHook
-, SDL_compat
+, SDL
 , SDL_net
 , SDL_sound
 , copyDesktopItems
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
-    SDL_compat
+    SDL
     SDL_net
     SDL_sound
     libGL