fceux: unpin lua and stdenv
This commit is contained in:
parent
0326813598
commit
6033d9e54d
1 changed files with 1 additions and 4 deletions
|
@ -2698,10 +2698,7 @@ with pkgs;
|
|||
|
||||
emulationstation = callPackage ../applications/emulators/emulationstation { };
|
||||
|
||||
fceux = libsForQt5.callPackage ../applications/emulators/fceux {
|
||||
lua = lua5_1;
|
||||
stdenv = gcc12Stdenv;
|
||||
};
|
||||
fceux = libsForQt5.callPackage ../applications/emulators/fceux { };
|
||||
|
||||
firebird-emu = libsForQt5.callPackage ../applications/emulators/firebird-emu { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue