py65: use toPythonApplication

This commit is contained in:
TomaSajt 2023-07-17 17:04:19 +02:00 committed by Anderson Torres
parent b437788daf
commit 22b12ba605

View file

@ -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 { };