python313Packages.shiboken2: unpin LLVM
This commit is contained in:
parent
5af7cbec0b
commit
86e39d17db
@ -6,7 +6,7 @@
|
|||||||
cmake,
|
cmake,
|
||||||
qt5,
|
qt5,
|
||||||
libxcrypt,
|
libxcrypt,
|
||||||
llvmPackages_15,
|
llvmPackages,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||||||
cd sources/shiboken2
|
cd sources/shiboken2
|
||||||
'';
|
'';
|
||||||
|
|
||||||
CLANG_INSTALL_DIR = llvmPackages_15.libclang.out;
|
CLANG_INSTALL_DIR = llvmPackages.libclang.out;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
llvmPackages_15.libclang
|
llvmPackages.libclang
|
||||||
python.pkgs.setuptools
|
python.pkgs.setuptools
|
||||||
qt5.qtbase
|
qt5.qtbase
|
||||||
qt5.qtxmlpatterns
|
qt5.qtxmlpatterns
|
||||||
|
|||||||
@ -16496,7 +16496,7 @@ self: super: with self; {
|
|||||||
shellingham = callPackage ../development/python-modules/shellingham { };
|
shellingham = callPackage ../development/python-modules/shellingham { };
|
||||||
|
|
||||||
shiboken2 = toPythonModule (
|
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 (
|
shiboken6 = toPythonModule (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user