mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
syncplay: migrate to Python38
This commit is contained in:
parent
3e8e10ab4f
commit
d47bd890e7
1 changed files with 1 additions and 2 deletions
|
@ -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