py65: use toPythonApplication
This commit is contained in:
committed by
Anderson Torres
parent
b437788daf
commit
22b12ba605
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user