dosbox: migrate to by-name

This commit is contained in:
Guy Chronister
2025-11-01 17:18:38 -05:00
parent 6f2fb9d483
commit 47502d4772
2 changed files with 1 additions and 5 deletions
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
autoreconfHook
copyDesktopItems
graphicsmagick
SDL # for sdl-config during build time
SDL
];
depsBuildBuild = [
-4
View File
@@ -1308,10 +1308,6 @@ with pkgs;
cdemu-daemon = callPackage ../applications/emulators/cdemu/daemon.nix { };
dosbox = callPackage ../applications/emulators/dosbox {
SDL = if stdenv.hostPlatform.isDarwin then SDL else SDL_compat;
};
fceux-qt5 = fceux.override { ___qtVersion = "5"; };
fceux-qt6 = fceux.override { ___qtVersion = "6"; };