Commit 86e39d17 authored by Emily's avatar Emily
Browse files

python313Packages.shiboken2: unpin LLVM

parent 5af7cbec
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 (