about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-12-13 17:26:08 +0100
committerGitHub <noreply@github.com>2022-12-13 17:26:08 +0100
commit0b3e6d0eb47a622872d40be96c9676d3c6d09093 (patch)
tree2d68cfaed976b225ce348b04bab392111aa46859 /pkgs/applications
parent1b299a2e6cfcb6fccccc07dbbd9e1e7bb3e30816 (diff)
parent73fddfcc38fa5c57f8897b2c7165a818b9bc9dc2 (diff)
Merge pull request #205162 from wegank/dosbox-darwin
Closes https://github.com/NixOS/nixpkgs/issues/203993
Diffstat (limited to 'pkgs/applications')
-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