python313Packages.shiboken2: unpin LLVM

This commit is contained in:
Emily 2025-08-11 13:30:04 +01:00
parent 5af7cbec0b
commit 86e39d17db
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
cmake,
qt5,
libxcrypt,
llvmPackages_15,
llvmPackages,
}:
stdenv.mkDerivation {
@ -18,7 +18,7 @@ stdenv.mkDerivation {
cd sources/shiboken2
'';
CLANG_INSTALL_DIR = llvmPackages_15.libclang.out;
CLANG_INSTALL_DIR = llvmPackages.libclang.out;
nativeBuildInputs = [
cmake
@ -32,7 +32,7 @@ stdenv.mkDerivation {
];
buildInputs = [
llvmPackages_15.libclang
llvmPackages.libclang
python.pkgs.setuptools
qt5.qtbase
qt5.qtxmlpatterns

View File

@ -16496,7 +16496,7 @@ self: super: with self; {
shellingham = callPackage ../development/python-modules/shellingham { };
shiboken2 = toPythonModule (
callPackage ../development/python-modules/shiboken2 { inherit (pkgs) cmake llvmPackages_15 qt5; }
callPackage ../development/python-modules/shiboken2 { inherit (pkgs) cmake llvmPackages qt5; }
);
shiboken6 = toPythonModule (