me
/
guix
Archived
1
0
Fork 0

gnu: Add attica-5.

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

Change-Id: I9c9d29be055af373fbc47a1d9de247135fcf6768
master
Zheng Junjie 2024-07-08 12:22:13 +08:00
parent 7e97ea50a5
commit 2da077236a
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 16 additions and 0 deletions

View File

@ -368,6 +368,22 @@ The REST API is defined here:
http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
(license (list license:lgpl2.1+ license:lgpl3+))))
(define-public attica-5
(package
(inherit attica)
(name "attica")
(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
"1shzs985fimd15w2d9cxpcbq7by33v05hb00rp79k6cqvp20f4b8"))))
(inputs (list qtbase-5))))
(define-public bluez-qt
(package
(name "bluez-qt")