Skip to content

Commit

Permalink
syncplay: use python 3.7
Browse files Browse the repository at this point in the history
Syncplay/syncplay#283
this can be removed when pyside updates to a version that supports
python 3.8
  • Loading branch information
ashkitten committed Jul 23, 2020
1 parent 8b6e981 commit 9d828db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -8364,7 +8364,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 {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9d828db

Please sign in to comment.