mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
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:
parent
148fc69ee8
commit
508c050caa
1 changed files with 15 additions and 15 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue