diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-05-21 15:14:56 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-05-27 17:41:27 +0200 |
| commit | 5a90fd6df01875c889962292fe8deca41d5f14ba (patch) | |
| tree | e9f16473dda8566e8f39a5dca1ea1756a9894f9f /gnu/packages/qt.scm | |
| parent | 233640eb067f752ad93516a06688c81d2de309ec (diff) | |
gnu: Remove qcoro-qt5.
* gnu/packages/qt.scm (qcoro-qt5): Delete variable.
Change-Id: I8e35406e3291564ae85de7a87514857b0e0b0bef
Diffstat (limited to 'gnu/packages/qt.scm')
| -rw-r--r-- | gnu/packages/qt.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index cc38eb819f2..9c6cf58fefa 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm | |||
| @@ -179,35 +179,6 @@ official project.") | |||
| 179 | (home-page "https://github.com/oclero/qtappinstancemanager") | 179 | (home-page "https://github.com/oclero/qtappinstancemanager") |
| 180 | (license license:expat))) | 180 | (license license:expat))) |
| 181 | 181 | ||
| 182 | (define-public qcoro-qt5 | ||
| 183 | (package | ||
| 184 | (name "qcoro-qt5") | ||
| 185 | (version "0.11.0") | ||
| 186 | (source | ||
| 187 | (origin | ||
| 188 | (method git-fetch) | ||
| 189 | (uri (git-reference | ||
| 190 | (url "https://github.com/danvratil/qcoro") | ||
| 191 | (commit (string-append "v" version)))) | ||
| 192 | (file-name (git-file-name name version)) | ||
| 193 | (sha256 | ||
| 194 | (base32 "0g9laaw1mkp5ynpp3c7aingndcmgncbacslq3p6bzwjisdd6xr5m")))) | ||
| 195 | (build-system qt-build-system) | ||
| 196 | (arguments | ||
| 197 | (list #:configure-flags | ||
| 198 | #~(list "-DCMAKE_CXX_FLAGS=-fPIC" | ||
| 199 | (string-append "-DUSE_QT_VERSION=" | ||
| 200 | #$(version-major | ||
| 201 | (package-version | ||
| 202 | (this-package-input "qtbase"))))))) | ||
| 203 | (native-inputs (list dbus)) ;for tests | ||
| 204 | (inputs (list qtbase-5 qtdeclarative-5 qtwebsockets-5)) | ||
| 205 | (home-page "https://qcoro.dvratil.cz/") | ||
| 206 | (synopsis "C++ Coroutine Library for Qt5") | ||
| 207 | (description "QCoro is a C++ library that provide set of tools to make use | ||
| 208 | of C++20 coroutines in connection with certain asynchronous Qt actions.") | ||
| 209 | (license license:expat))) | ||
| 210 | |||
| 211 | (define-public qcoro-qt6 | 182 | (define-public qcoro-qt6 |
| 212 | (package | 183 | (package |
| 213 | (name "qcoro-qt6") | 184 | (name "qcoro-qt6") |
