gnu: qtcharts: Update to 5.15.8.

* gnu/packages/qt.scm (qtcharts): Update to 5.15.8.
[arguments]: Use gexps.
This commit is contained in:
Maxim Cournoyer 2023-03-27 16:09:54 -04:00
parent 148fc69ee8
commit 508c050caa
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2197,26 +2197,26 @@ (define-public qtpurchasing
purchasing goods and services."))) purchasing goods and services.")))
(define-public qtcharts (define-public qtcharts
(package (inherit qtsvg-5) (package
(inherit qtsvg-5)
(name "qtcharts") (name "qtcharts")
(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
"0y051i1837bfybkf8cm7cx8k5wjmbi47pxawaaz6wm0hd2z5b4qi")))) "1q11ank69l9qw3iks2svr0g2g6pzng9v8p87dpsmjs988f4ysmll"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments qtsvg-5) (substitute-keyword-arguments (package-arguments qtsvg-5)
((#:phases phases) ((#:phases phases)
`(modify-phases ,phases #~(modify-phases #$phases
(add-after 'unpack 'remove-failing-test (add-after 'unpack 'remove-failing-test
(lambda _ (lambda _
(substitute* "tests/auto/auto.pro" (substitute* "tests/auto/auto.pro"
(("qml") "# qml") (("qml") "# qml")
(("qml-qtquicktest") "# qml-qtquicktest")))))))) (("qml-qtquicktest") "# qml-qtquicktest"))))))))
(inputs (inputs (list qtbase-5 qtdeclarative-5))
(list qtbase-5 qtdeclarative-5))
(synopsis "Qt Charts module") (synopsis "Qt Charts module")
(description "The Qt Charts module provides a set of easy to use chart (description "The Qt Charts module provides a set of easy to use chart
components. It uses the Qt Graphics View Framework, therefore charts can be components. It uses the Qt Graphics View Framework, therefore charts can be