me
/
guix
Archived
1
0
Fork 0

gnu: Add kcrash-5.

* gnu/packages/kde-frameworks.scm (kcrash-5): New variable.

Change-Id: I33e8276a28626744be04b6aae60b98ec24bc213d
master
Zheng Junjie 2024-07-08 13:08:38 +08:00
parent 9af1b6d55d
commit 855da38770
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 20 additions and 0 deletions

View File

@ -2100,6 +2100,26 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca.
application crashes.")
(license license:lgpl2.1+)))
(define-public kcrash-5
(package
(inherit kcrash)
(name "kcrash")
(version "5.116.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"0rg8g50y44gq3hjl5fc36siyyq3czd2zrf4c70fspk33svwldlw1"))))
(native-inputs
(list extra-cmake-modules))
(inputs
(list kcoreaddons-5 kwindowsystem-5 qtx11extras))
(arguments '())))
(define-public kdoctools
(package
(name "kdoctools")