renpy: remove top-level override
This commit is contained in:
committed by
Michael Daniels
parent
58f82bd0e5
commit
e4fe197439
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user