Loading pkgs/development/python-modules/pyside2/default.nix +1 −6 Original line number Diff line number Diff line Loading @@ -10,11 +10,6 @@ , qt5 , shiboken2 }: # Only build when Python<=3.10 # See https://bugreports.qt.io/browse/PYSIDE-1864 # "There are no plans to support Python versions > 3.10 in the 5.15 branch." disabledIf (pythonAtLeast "3.11") ( stdenv.mkDerivation rec { pname = "pyside2"; version = "5.15.11"; Loading Loading @@ -80,4 +75,4 @@ stdenv.mkDerivation rec { homepage = "https://wiki.qt.io/Qt_for_Python"; maintainers = with maintainers; [ gebner ]; }; }) } Loading
pkgs/development/python-modules/pyside2/default.nix +1 −6 Original line number Diff line number Diff line Loading @@ -10,11 +10,6 @@ , qt5 , shiboken2 }: # Only build when Python<=3.10 # See https://bugreports.qt.io/browse/PYSIDE-1864 # "There are no plans to support Python versions > 3.10 in the 5.15 branch." disabledIf (pythonAtLeast "3.11") ( stdenv.mkDerivation rec { pname = "pyside2"; version = "5.15.11"; Loading Loading @@ -80,4 +75,4 @@ stdenv.mkDerivation rec { homepage = "https://wiki.qt.io/Qt_for_Python"; maintainers = with maintainers; [ gebner ]; }; }) }