gnu: Fix python-shiboken-2.
* gnu/packages/qt.scm (python-shiboken-2)[inputs]: Remove llvm-6, clang-6. Add clang-toolchain-6. [arguments]: Adjust for change in inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4176300804
commit
162cc7f8a4
1 changed files with 2 additions and 3 deletions
|
@ -2107,8 +2107,7 @@ color-related widgets.")
|
||||||
"0g8jacm2iqd7lw2m7f1dp1nnrsk38bl3m8pihm8zz9gxs8d31sf5"))))
|
"0g8jacm2iqd7lw2m7f1dp1nnrsk38bl3m8pihm8zz9gxs8d31sf5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("llvm-6" ,llvm-6)
|
`(("clang-toolchain" ,clang-toolchain-6)
|
||||||
("clang-6" ,clang-6)
|
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
("python-wrapper" ,python-wrapper)
|
("python-wrapper" ,python-wrapper)
|
||||||
|
@ -2124,7 +2123,7 @@ color-related widgets.")
|
||||||
(lambda _ (chdir "sources/shiboken2") #t))
|
(lambda _ (chdir "sources/shiboken2") #t))
|
||||||
(add-before 'configure 'set-build-env
|
(add-before 'configure 'set-build-env
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(let ((llvm (assoc-ref inputs "llvm-6")))
|
(let ((llvm (assoc-ref inputs "clang-toolchain")))
|
||||||
(setenv "CLANG_INSTALL_DIR" llvm)
|
(setenv "CLANG_INSTALL_DIR" llvm)
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "https://wiki.qt.io/Qt_for_Python")
|
(home-page "https://wiki.qt.io/Qt_for_Python")
|
||||||
|
|
Reference in a new issue