Commit efd6331c authored by Tobias Mayer's avatar Tobias Mayer Committed by Robert Helgesson
Browse files

pytrainer: unpin python 3.10

The `websockets` library, which is a transitive dependency does not
build with Python 3.10 any more. Switching to the default Python
version fixes the build.
parent fe21dd5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib
, python310
, python3
, fetchFromGitHub
, gdk-pixbuf
, adwaita-icon-theme
@@ -17,7 +17,7 @@
}:

let
  python = python310.override {
  python = python3.override {
    self = python;
    packageOverrides = (self: super: {
      matplotlib = super.matplotlib.override {