gnu: qttools: Update to 6.6.2.
* gnu/packages/qt.scm (qttools): Update to 6.6.2. [inputs]: Add zstd:lib. Change-Id: I8d5ea1b3135809e28e2d159e8050ee9642c66d27 Change-Id: I7b78392d11fc7d3e5e9319fd60f4fcf57b0e9c2d Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
008e459645
commit
478037a051
|
@ -2293,13 +2293,13 @@ that helps in Qt development.")))
|
||||||
(define-public qttools
|
(define-public qttools
|
||||||
(package
|
(package
|
||||||
(name "qttools")
|
(name "qttools")
|
||||||
(version "6.5.2")
|
(version "6.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ha3v488vnm4pgdpyjgf859sak0z2fwmbgcyivcd93qxflign7sm"))))
|
"0ij7djy06xi4v5v29fh31gqq5rnc12vviv3qg3vqf4hiaagrxm76"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -2320,7 +2320,7 @@ that helps in Qt development.")))
|
||||||
(native-inputs (list perl qtdeclarative vulkan-headers))
|
(native-inputs (list perl qtdeclarative vulkan-headers))
|
||||||
;; Use clang-15, which is built using as a single shared library, which is
|
;; Use clang-15, which is built using as a single shared library, which is
|
||||||
;; what the build system of qttools expects.
|
;; what the build system of qttools expects.
|
||||||
(inputs (list clang-15 libxkbcommon mesa qtbase))
|
(inputs (list clang-15 libxkbcommon mesa qtbase `(,zstd "lib")))
|
||||||
(home-page (package-home-page qtbase))
|
(home-page (package-home-page qtbase))
|
||||||
(synopsis "Qt Tools and Designer modules")
|
(synopsis "Qt Tools and Designer modules")
|
||||||
(description "The Qt Tools module provides a set of applications to browse
|
(description "The Qt Tools module provides a set of applications to browse
|
||||||
|
|
Reference in New Issue