17 # Configurable options
22 qtVersionDictionary = {
26 inherit (qtVersionDictionary.${___qtVersion}) qttools wrapQtAppsHook;
28 assert lib.elem ___qtVersion [
32 stdenv.mkDerivation (finalAttrs: {
34 version = "2.6.6-unstable-2024-06-09";
36 src = fetchFromGitHub {
37 owner = "TASEmulators";
39 rev = "f980ec2bc7dc962f6cd76b9ae3131f2eb902c9e7";
40 hash = "sha256-baAjrTzRp61Lw1p5axKJ97PuFiuBNQewXrlN0s8o7us=";
64 homepage = "http://www.fceux.com/";
65 description = "Nintendo Entertainment System (NES) Emulator";
66 changelog = "https://github.com/TASEmulators/blob/fceux/${finalAttrs.src.rev}/changelog.txt";
67 license = with lib.licenses; [ gpl2Plus ];
68 mainProgram = "fceux";
69 maintainers = with lib.maintainers; [
73 platforms = lib.platforms.linux;