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

This commit is contained in:
Yohann Boniface
2025-08-05 23:55:10 +02:00
committed by GitHub
3 changed files with 8 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
{
snes9x,
}:
snes9x.override {
withGtk = true;
}
+1 -1
View File
@@ -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; [
-4
View File
@@ -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 { };