dosbox: migrate to by-name (#457621)

This commit is contained in:
Pol Dellaiera
2025-11-01 23:00:12 +00:00
committed by GitHub
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"; };