mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
python310Packages.pyside2: 5.15.10 -> 5.15.11
This fixes the Python 3.11 build (which I need to compile FreeCAD with python 3.11).
This commit is contained in:
parent
627e84e085
commit
87d89410a7
@ -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";
|
||||
@ -80,4 +75,4 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
};
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user