mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add kqtquickcharts.
* gnu/packages/education.scm (kqtquickcharts): New variable. Change-Id: Iac98651d6e692fbf3c2ac0d31e83f3b19a2e614d
This commit is contained in:
parent
1142a0a837
commit
7a889090a4
1 changed files with 21 additions and 0 deletions
|
@ -678,6 +678,27 @@ (define-public klavaro
|
|||
language and very flexible regarding to new or unknown keyboard layouts.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public kqtquickcharts
|
||||
(package
|
||||
(name "kqtquickcharts")
|
||||
(version "24.05.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kqtquickcharts-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0b0nqg77lzfw6accfsr4yg9fgq78skryd1qwkqf1zijhq4h65708"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list qtdeclarative-5))
|
||||
(home-page "https://invent.kde.org/libraries/kqtquickcharts")
|
||||
(synopsis "QtQuick plugin to render beautiful and interactive charts")
|
||||
(description
|
||||
"This package provides a QtQuick plugin to render beautiful and interactive
|
||||
charts.")
|
||||
(license (list license:lgpl2.0+ license:gpl2+))))
|
||||
|
||||
(define-public ktouch
|
||||
(package
|
||||
(name "ktouch")
|
||||
|
|
Loading…
Reference in a new issue