Skip to content

Commit

Permalink
snes9x: migrate to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Apr 25, 2024
1 parent 306c53d commit aebbcc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2795,9 +2795,7 @@ with pkgs;

simplenes = callPackage ../applications/emulators/simplenes { };

snes9x = callPackage ../applications/emulators/snes9x { };

snes9x-gtk = callPackage ../applications/emulators/snes9x {
snes9x-gtk = snes9x.override {
withGtk = true;
};

Expand Down

0 comments on commit aebbcc1

Please sign in to comment.