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/";
25 # This is resolved upstream, but I can't apply the patch because the
26 # sourceRoot isn't set to the base of the Git repo.
27 ./resolve-ambiguous-constexpr.patch
43 description = "Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features";
45 homepage = "https://ce-programming.github.io/CEmu";
46 license = licenses.gpl3Plus;
47 maintainers = with maintainers; [ luc65r ];
48 platforms = [ "x86_64-linux" "x86_64-darwin" ];
49 broken = stdenv.hostPlatform.isDarwin;