forked from mirrors/nixpkgs
syncplay: migrate to Python38
This commit is contained in:
parent
3e8e10ab4f
commit
d47bd890e7
|
@ -23934,8 +23934,7 @@ in
|
|||
|
||||
symlinks = callPackage ../tools/system/symlinks { };
|
||||
|
||||
# this can be changed to python3 once pyside2 is updated to support the latest python version
|
||||
syncplay = python37.pkgs.callPackage ../applications/networking/syncplay { };
|
||||
syncplay = python3.pkgs.callPackage ../applications/networking/syncplay { };
|
||||
|
||||
inherit (callPackages ../applications/networking/syncthing { })
|
||||
syncthing
|
||||
|
|
Loading…
Reference in a new issue