11 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromGitHub {
15 owner = "CE-Programming";
17 rev = "v${finalAttrs.version}";
18 hash = "sha256-fohsIJrvPDMmYHoPbmYQlKLMnj/B3XEBaerZYuqxvd8=";
19 fetchSubmodules = true;
22 sourceRoot = "${finalAttrs.src.name}/gui/qt/";
38 description = "Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features";
40 homepage = "https://ce-programming.github.io/CEmu";
41 license = licenses.gpl3Plus;
42 maintainers = with maintainers; [ luc65r ];
43 platforms = [ "x86_64-linux" "x86_64-darwin" ];
44 broken = stdenv.hostPlatform.isDarwin;