dosbox: migrate to by-name
This commit is contained in:
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
autoreconfHook
|
||||
copyDesktopItems
|
||||
graphicsmagick
|
||||
SDL # for sdl-config during build time
|
||||
SDL
|
||||
];
|
||||
|
||||
depsBuildBuild = [
|
||||
@@ -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"; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user