py65: use toPythonApplication
This commit is contained in:
parent
b437788daf
commit
22b12ba605
1 changed files with 1 additions and 1 deletions
|
@ -2543,7 +2543,7 @@ with pkgs;
|
|||
|
||||
punes-qt6 = qt6Packages.callPackage ../applications/emulators/punes { };
|
||||
|
||||
py65 = python3Packages.callPackage ../applications/emulators/py65 { };
|
||||
py65 = with python3.pkgs; toPythonApplication py65;
|
||||
|
||||
resim = callPackage ../applications/emulators/resim { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue