mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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>
This commit is contained in:
parent
008e459645
commit
478037a051
1 changed files with 3 additions and 3 deletions
|
@ -2293,13 +2293,13 @@ (define-public qttools-5
|
|||
(define-public qttools
|
||||
(package
|
||||
(name "qttools")
|
||||
(version "6.5.2")
|
||||
(version "6.6.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ha3v488vnm4pgdpyjgf859sak0z2fwmbgcyivcd93qxflign7sm"))))
|
||||
"0ij7djy06xi4v5v29fh31gqq5rnc12vviv3qg3vqf4hiaagrxm76"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -2320,7 +2320,7 @@ (define-public qttools
|
|||
(native-inputs (list perl qtdeclarative vulkan-headers))
|
||||
;; Use clang-15, which is built using as a single shared library, which is
|
||||
;; 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))
|
||||
(synopsis "Qt Tools and Designer modules")
|
||||
(description "The Qt Tools module provides a set of applications to browse
|
||||
|
|
Loading…
Reference in a new issue