Unverified Commit 5a41512a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

dosbox: migrate to by-name (#457621)

parents 68fe45d5 47502d47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
    autoreconfHook
    copyDesktopItems
    graphicsmagick
    SDL # for sdl-config during build time
    SDL
  ];

  depsBuildBuild = [
+0 −4
Original line number Diff line number Diff line
@@ -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"; };