mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
syncplay: use python 3.7
https://github.com/Syncplay/syncplay/issues/283 this can be removed when pyside updates to a version that supports python 3.8
This commit is contained in:
parent
8b6e9818a5
commit
9d828dbbc6
@ -22620,7 +22620,8 @@ in
|
||||
|
||||
symlinks = callPackage ../tools/system/symlinks { };
|
||||
|
||||
syncplay = python3.pkgs.callPackage ../applications/networking/syncplay { };
|
||||
# this can be changed to python3 once pyside2 is updated to support the latest python version
|
||||
syncplay = python37.pkgs.callPackage ../applications/networking/syncplay { };
|
||||
|
||||
inherit (callPackages ../applications/networking/syncthing { })
|
||||
syncthing
|
||||
|
Loading…
Reference in New Issue
Block a user