mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -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))))
|
(license (package-license qtbase))))
|
||||||
|
|
||||||
(define-public qttools-5
|
(define-public qttools-5
|
||||||
(package (inherit qtsvg-5)
|
(package
|
||||||
|
(inherit qtsvg-5)
|
||||||
(name "qttools")
|
(name "qttools")
|
||||||
(version "5.15.5")
|
(version "5.15.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v7wkzq9i8w3qrw0z8al7lb6clr57lfisyb1fm9cnhi73fvph1vd"))))
|
"1i79fwsn799x3n3jidp3f4gz9d5vi9gg6p8g8lbswb832gggigm3"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||||
(native-inputs
|
(native-inputs (list perl qtdeclarative-5 vulkan-headers))
|
||||||
(list perl qtdeclarative-5 vulkan-headers))
|
(inputs (list mesa qtbase-5))
|
||||||
(inputs
|
|
||||||
(list mesa qtbase-5))
|
|
||||||
(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
|
||||||
the documentation, translate applications, generate help files and other stuff
|
the documentation, translate applications, generate help files and other stuff
|
||||||
|
|
Loading…
Reference in a new issue