py65: use toPythonApplication

This commit is contained in:
TomaSajt
2023-07-19 06:59:20 -03:00
committed by Anderson Torres
parent b437788daf
commit 22b12ba605
+1 -1
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 { };