mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: Add futuresql.
* gnu/packages/kde.scm (futuresql): New variable. Change-Id: Ic2e62701d1ed1240aa1dd207869c7f7c9026d23a
This commit is contained in:
parent
a420caaf1a
commit
267bc43f61
1 changed files with 23 additions and 0 deletions
|
@ -135,6 +135,29 @@
|
|||
This package contains GUI widgets for baloo.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public futuresql
|
||||
(package
|
||||
(name "futuresql")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/futuresql/futuresql-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0hxxpv672jw3d14gk6dilphfcwkmbyffv0r9pakkr2v1m7axhkp4"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs (list qcoro-qt6))
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
#:configure-flags #~(list "-DQT_MAJOR_VERSION=6")))
|
||||
(home-page "https://api.kde.org/futuresql/html/index.html")
|
||||
(synopsis "Non-blocking Qt database framework")
|
||||
(description "This package provides a non-blocking Qt database framework.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public grantleetheme
|
||||
(package
|
||||
(name "grantleetheme")
|
||||
|
|
Loading…
Add table
Reference in a new issue