mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: qttools-5: Update to 5.15.8.
* gnu/packages/qt.scm (qttools-5): Update to 5.15.8.
This commit is contained in:
parent
675092b90b
commit
bb70354eb7
1 changed files with 11 additions and 12 deletions
|
@ -1926,22 +1926,21 @@ (define-public qtlottie
|
|||
(license (package-license qtbase))))
|
||||
|
||||
(define-public qttools-5
|
||||
(package (inherit qtsvg-5)
|
||||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qttools")
|
||||
(version "5.15.5")
|
||||
(version "5.15.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-urls name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v7wkzq9i8w3qrw0z8al7lb6clr57lfisyb1fm9cnhi73fvph1vd"))))
|
||||
(method url-fetch)
|
||||
(uri (qt-urls name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i79fwsn799x3n3jidp3f4gz9d5vi9gg6p8g8lbswb832gggigm3"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(native-inputs
|
||||
(list perl qtdeclarative-5 vulkan-headers))
|
||||
(inputs
|
||||
(list mesa qtbase-5))
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(native-inputs (list perl qtdeclarative-5 vulkan-headers))
|
||||
(inputs (list mesa qtbase-5))
|
||||
(synopsis "Qt Tools and Designer modules")
|
||||
(description "The Qt Tools module provides a set of applications to browse
|
||||
the documentation, translate applications, generate help files and other stuff
|
||||
|
|
Loading…
Reference in a new issue