python313Packages.shiboken2: unpin LLVM
This commit is contained in:
parent
5af7cbec0b
commit
86e39d17db
@ -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
|
||||
|
||||
@ -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 (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user