mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add kcrash-5.
* gnu/packages/kde-frameworks.scm (kcrash-5): New variable. Change-Id: I33e8276a28626744be04b6aae60b98ec24bc213d
This commit is contained in:
parent
9af1b6d55d
commit
855da38770
1 changed files with 20 additions and 0 deletions
|
@ -2100,6 +2100,26 @@ (define-public kcrash
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue