From 9d828dbbc600ac1e4904fd1537a70840d2563832 Mon Sep 17 00:00:00 2001 From: ash lea Date: Wed, 22 Jul 2020 14:47:34 -0700 Subject: [PATCH] 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 --- pkgs/top-level/all-packages.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index dcbbf5f5663c7c9..20d28415a8063f0 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { @@ -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