all-packages.nix: fix typo in path to 'renpy' expression
This commit is contained in:
parent
cc6dc84603
commit
75579b0ce3
1 changed files with 1 additions and 1 deletions
|
@ -3026,7 +3026,7 @@ let
|
|||
|
||||
regina = callPackage ../development/interpreters/regina {};
|
||||
|
||||
renpy = callPackage ../development/intepreters/renpy {
|
||||
renpy = callPackage ../development/interpreters/renpy {
|
||||
ffmpeg = ffmpeg_1;
|
||||
wrapPython = pythonPackages.wrapPython;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue