renpy: remove top-level override

This commit is contained in:
Aliaksandr
2025-12-27 00:29:57 +02:00
committed by Michael Daniels
parent 58f82bd0e5
commit e4fe197439
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
libpng,
makeWrapper,
pkg-config,
python3,
python312,
SDL2,
stdenv,
versionCheckHook,
@@ -21,7 +21,7 @@
}:
let
python = python3;
python = python312;
in
stdenv.mkDerivation (finalAttrs: {
pname = "renpy";
-2
View File
@@ -2024,8 +2024,6 @@ with pkgs;
psrecord = python3Packages.callPackage ../tools/misc/psrecord { };
renpy = callPackage ../by-name/re/renpy/package.nix { python3 = python312; };
remarkable-mouse = python3Packages.callPackage ../applications/misc/remarkable/remarkable-mouse { };
ropgadget = with python3Packages; toPythonApplication ropgadget;