Commit 615e5d7b authored by Guy Chronister's avatar Guy Chronister
Browse files

snes9x: move out of top-level

parent c72ee356
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  snes9x,
}:

snes9x.override {
  withGtk = true;
}
+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
  src = fetchFromGitHub {
    owner = "snes9xgit";
    repo = "snes9x";
    rev = finalAttrs.version;
    tag = finalAttrs.version;
    fetchSubmodules = true;
    hash = "sha256-INMVyB3alwmsApO7ToAaUWgh7jlg2MeLxqHCEnUO88U=";
  };
@@ -129,7 +129,7 @@ stdenv.mkDerivation (finalAttrs: {
        Version build with ${interface} interface.
      '';
      license = lib.licenses.unfreeRedistributable // {
        url = "https://github.com/snes9xgit/snes9x/blob/${finalAttrs.src.rev}/LICENSE";
        url = "https://github.com/snes9xgit/snes9x/blob/${finalAttrs.src.tag}/LICENSE";
      };
      mainProgram = "snes9x";
      maintainers = with lib.maintainers; [
+0 −4
Original line number Diff line number Diff line
@@ -1439,10 +1439,6 @@ with pkgs;
    stdenv = gcc14Stdenv;
  };

  snes9x-gtk = snes9x.override {
    withGtk = true;
  };

  winetricks = callPackage ../applications/emulators/wine/winetricks.nix { };

  zsnes = pkgsi686Linux.callPackage ../applications/emulators/zsnes { };