mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
Merge pull request #93677 from ashkitten/fix-syncplay
syncplay: use python 3.7
This commit is contained in:
commit
c61b6b1b18
|
@ -8360,7 +8360,7 @@ in
|
|||
else ../development/compilers/gcc/9);
|
||||
gcc = if (with stdenv.targetPlatform; isVc4 || libc == "relibc")
|
||||
then gcc6 else gcc9;
|
||||
|
||||
|
||||
gcc-unwrapped = gcc.cc;
|
||||
|
||||
gccStdenv = if stdenv.cc.isGNU then stdenv else stdenv.override {
|
||||
|
@ -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 a new issue