mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-17 14:45:53 +02:00
gnu: Add kalm.
* gnu/packages/kde-utils.scm (kalm): New variable. Change-Id: I1b2b0ffa626bfc9c5c9abeb26e5573d19d828ec7
This commit is contained in:
@@ -401,6 +401,44 @@ your computer.")
|
||||
models such as Ollama.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public kalm
|
||||
(package
|
||||
(name "kalm")
|
||||
(version "25.12.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kalm-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "15vs3ga6p12iikbq990fpbr4a4fc89g7viya55q8rgziykd3vr2s"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'check 'check-setup
|
||||
(lambda _
|
||||
(setenv "HOME" (getcwd)))))))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules python-minimal))
|
||||
(inputs
|
||||
(list kconfig
|
||||
kcoreaddons
|
||||
kcrash
|
||||
ki18n
|
||||
kirigami
|
||||
kirigami-addons
|
||||
qqc2-desktop-style
|
||||
qtbase
|
||||
qtdeclarative
|
||||
qtwayland
|
||||
sonnet))
|
||||
(home-page "https://apps.kde.org/kalm/")
|
||||
(synopsis "Breathing techniques teacher")
|
||||
(description "Kalm can teach you different breathing techniques.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public kamera
|
||||
(package
|
||||
(name "kamera")
|
||||
|
||||
Reference in New Issue
Block a user