From 7c4c28b2ca7685a369813dc3bed644ea4c1ceb50 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 8 Apr 2022 17:27:42 +0100 Subject: [PATCH] libretro.citra-canary: remove it Not maintained anymore by upstream. --- .../applications/emulators/retroarch/cores.nix | 18 ------------------ .../emulators/retroarch/hashes.json | 9 --------- .../applications/emulators/retroarch/update.py | 7 ------- 3 files changed, 34 deletions(-) diff --git a/pkgs/applications/emulators/retroarch/cores.nix b/pkgs/applications/emulators/retroarch/cores.nix index ddf81d9066c..830e16e488c 100644 --- a/pkgs/applications/emulators/retroarch/cores.nix +++ b/pkgs/applications/emulators/retroarch/cores.nix @@ -313,24 +313,6 @@ in postBuild = "cd src/citra_libretro"; }; - citra-canary = mkLibRetroCore { - core = "citra-canary"; - description = "Port of Citra Canary/Experimental to libretro"; - license = lib.licenses.gpl2Plus; - extraNativeBuildInputs = [ cmake pkg-config ]; - extraBuildInputs = [ libGLU libGL boost ]; - makefile = "Makefile"; - cmakeFlags = [ - "-DENABLE_LIBRETRO=ON" - "-DENABLE_QT=OFF" - "-DENABLE_SDL2=OFF" - "-DENABLE_WEB_SERVICE=OFF" - "-DENABLE_DISCORD_PRESENCE=OFF" - ]; - preConfigure = "sed -e '77d' -i externals/cmake-modules/GetGitRevisionDescription.cmake"; - postBuild = "cd src/citra_libretro"; - }; - desmume = mkLibRetroCore { core = "desmume"; description = "libretro wrapper for desmume NDS emulator"; diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 7e5ecbe1a23..b7fc01bfb4f 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -110,15 +110,6 @@ "leaveDotGit": true, "deepClone": true }, - "citra-canary": { - "owner": "libretro", - "repo": "citra", - "rev": "5401990a9be46e4497abc92db3d5f2042674303d", - "sha256": "JKKJBa840i7ESwMrB5tKamCBmrYvvoEUdibqxkWg5Gc=", - "fetchSubmodules": true, - "leaveDotGit": true, - "deepClone": true - }, "desmume": { "owner": "libretro", "repo": "desmume", diff --git a/pkgs/applications/emulators/retroarch/update.py b/pkgs/applications/emulators/retroarch/update.py index 68f72103168..7d858a1dfa5 100755 --- a/pkgs/applications/emulators/retroarch/update.py +++ b/pkgs/applications/emulators/retroarch/update.py @@ -32,13 +32,6 @@ CORES = { "deep_clone": True, "leave_dot_git": True, }, - "citra-canary": { - "repo": "citra", - "fetch_submodules": True, - "deep_clone": True, - "leave_dot_git": True, - "rev": "canary", - }, "desmume": {"repo": "desmume"}, "desmume2015": {"repo": "desmume2015"}, "dolphin": {"repo": "dolphin"},