Skip to content

Commit b225803

Browse files
committed
onscripter-en: remove
1 parent a9b7e17 commit b225803

File tree

4 files changed

+3
-177
lines changed

4 files changed

+3
-177
lines changed

pkgs/by-name/on/onscripter-en/fix-darwin-build.patch

Lines changed: 0 additions & 87 deletions
This file was deleted.

pkgs/by-name/on/onscripter-en/package.nix

Lines changed: 0 additions & 88 deletions
This file was deleted.

pkgs/by-name/sd/SDL_mixer/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
smpeg,
1212
stdenv,
1313
# passthru.tests
14-
onscripter-en,
14+
onscripter,
1515
# Boolean flags
1616
enableNativeMidi ? false,
1717
enableSdltest ? (!stdenv.hostPlatform.isDarwin),
@@ -108,7 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
108108
strictDeps = true;
109109

110110
passthru.tests = {
111-
inherit onscripter-en;
111+
inherit onscripter;
112112
};
113113

114114
meta = {

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,6 +1980,7 @@ mapAliases {
19801980
offrss = throw "offrss has been removed due to lack of upstream maintenance; consider using another rss reader"; # Added 2025-06-01
19811981
oil = lib.warnOnInstantiate "Oil has been replaced with the faster native C++ version and renamed to 'oils-for-unix'. See also https://github.com/oils-for-unix/oils/wiki/Oils-Deployments" oils-for-unix; # Added 2024-10-22
19821982
onevpl-intel-gpu = lib.warnOnInstantiate "onevpl-intel-gpu has been renamed to vpl-gpu-rt" vpl-gpu-rt; # Added 2024-06-04
1983+
onscripter-en = throw "onscripter-en has been removed due to lack of maintenance in both upstream and Nixpkgs; onscripter is available instead"; # Added 2025-10-17
19831984
onthespot = throw "onethespot has been removed due to lack of upstream maintenance"; # Added 2025-09-26
19841985
openai-triton-llvm = triton-llvm; # added 2024-07-18
19851986
openai-whisper-cpp = whisper-cpp; # Added 2024-12-13

0 commit comments

Comments
 (0)