Unverified Commit a7219a25 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

snes9x: move out of top-level (#430374)

parents c99fdd27 615e5d7b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  snes9x,
}:

snes9x.override {
  withGtk = true;
}
+1 −1
Original line number Diff line number Diff line
@@ -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
@@ -1418,10 +1418,6 @@ with pkgs;
    stdenv = gcc14Stdenv;
  };

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

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

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