diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-05-13 16:59:10 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-03 11:33:44 +0200 |
| commit | 74aa1e71bb97a6ef535d6d6ab66f01bb3a10c95c (patch) | |
| tree | bac0da4d4ce8b7e25d67c9f0aec41ac466f76913 /gnu | |
| parent | 93fffc381c7e5a1e3a13c42637e571d300280eb7 (diff) | |
gnu: Remove qtscxml-5.
* gnu/packages/qt.scm (qtscxml-5): Delete variable.
Change-Id: Ibd9a165c39d48b6eb2668bbdce3a8766a00285f9
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/qt.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 401bace749b..d917209f772 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm | |||
| @@ -3041,34 +3041,6 @@ control equipment. The module provides both QML and C++ interfaces. The | |||
| 3041 | primary target audience are embedded devices with fullscreen user interfaces, | 3041 | primary target audience are embedded devices with fullscreen user interfaces, |
| 3042 | and mobile applications targeting TV-like form factors."))) | 3042 | and mobile applications targeting TV-like form factors."))) |
| 3043 | 3043 | ||
| 3044 | (define-public qtscxml-5 | ||
| 3045 | (package | ||
| 3046 | (inherit qtsvg-5) | ||
| 3047 | (name "qtscxml") | ||
| 3048 | (version "5.15.17") | ||
| 3049 | (source (origin | ||
| 3050 | (method url-fetch) | ||
| 3051 | (uri (qt-url name version)) | ||
| 3052 | (sha256 | ||
| 3053 | (base32 | ||
| 3054 | "1vzrahskfhkfs60jiiyzd67q7k4ja4575gnb1hc385xq37wfv2fk")) | ||
| 3055 | (modules '((guix build utils))) | ||
| 3056 | (snippet | ||
| 3057 | '(begin | ||
| 3058 | (delete-file-recursively "tests/3rdparty") | ||
| 3059 | ;; the scion test refers to the bundled 3rd party test code. | ||
| 3060 | (substitute* "tests/auto/auto.pro" | ||
| 3061 | (("scion") "#")))))) | ||
| 3062 | (arguments (substitute-keyword-arguments arguments | ||
| 3063 | ((#:tests? _ #f) #f))) ; TODO: Enable the tests | ||
| 3064 | (inputs (list qtbase-5 qtdeclarative-5)) | ||
| 3065 | (synopsis "Qt SCXML module") | ||
| 3066 | (description "The Qt SCXML module provides functionality to create state | ||
| 3067 | machines from SCXML files. This includes both dynamically creating state | ||
| 3068 | machines (loading the SCXML file and instantiating states and transitions) and | ||
| 3069 | generating a C++ file that has a class implementing the state machine. It | ||
| 3070 | also contains functionality to support data models and executable content."))) | ||
| 3071 | |||
| 3072 | (define-public qtscxml | 3044 | (define-public qtscxml |
| 3073 | (package | 3045 | (package |
| 3074 | (name "qtscxml") | 3046 | (name "qtscxml") |
