Commit 22b12ba6 authored by TomaSajt's avatar TomaSajt Committed by Anderson Torres
Browse files

py65: use toPythonApplication

parent b437788d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };