diff options
| author | nomike <nomike@nomike.com> | 2026-07-02 21:55:04 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-17 22:22:35 +0200 |
| commit | 3313fbf336c12aa38ecbab23429bdae5d9e56b3c (patch) | |
| tree | 38ce60946c651dad4aab52ed54795f057e70eaae /gnu/packages/databases.scm | |
| parent | 933f0f88395fa7e30c0e8f9e1f2d3ed82a7b7303 (diff) | |
gnu: qscintilla: Rename to qscintilla-qt5.
* gnu/packages/qt.scm (qscintilla): Deprecate in favor of...
(qscintilla-qt5): ...this renamed package.
[name]: Change to "qscintilla-qt5".
(python-qscintilla)[arguments, inputs]: Replace qscintilla with
qscintilla-qt5.
* gnu/packages/databases.scm (sqlitebrowser)[arguments, inputs]: Replace
qscintilla with qscintilla-qt5.
* gnu/packages/engineering.scm (openscad)[inputs]: Likewise.
* gnu/packages/geo.scm (qgis)[inputs]: Likewise.
* gnu/packages/graphics.scm (friction)[inputs]: Likewise.
* gnu/packages/maths.scm (octave)[inputs]: Likewise.
* gnu/packages/physics.scm (mantid)[inputs]: Likewise.
Change-Id: I287afccf0156f88068622dfd722a84f9892d8e25
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 410ae0115b9..b3c5a549cb9 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -6213,7 +6213,7 @@ storage that supports JSON and array introspection.") | |||
| 6213 | (arguments | 6213 | (arguments |
| 6214 | (list #:configure-flags | 6214 | (list #:configure-flags |
| 6215 | #~(list (string-append "-DQSCINTILLA_INCLUDE_DIR=" | 6215 | #~(list (string-append "-DQSCINTILLA_INCLUDE_DIR=" |
| 6216 | #$(this-package-input "qscintilla") | 6216 | #$(this-package-input "qscintilla-qt5") |
| 6217 | "/include/Qsci") | 6217 | "/include/Qsci") |
| 6218 | "-DFORCE_INTERNAL_QCUSTOMPLOT=OFF" | 6218 | "-DFORCE_INTERNAL_QCUSTOMPLOT=OFF" |
| 6219 | "-DFORCE_INTERNAL_QHEXEDIT=OFF" | 6219 | "-DFORCE_INTERNAL_QHEXEDIT=OFF" |
| @@ -6221,7 +6221,7 @@ storage that supports JSON and array introspection.") | |||
| 6221 | (inputs | 6221 | (inputs |
| 6222 | (list qcustomplot-qt5 | 6222 | (list qcustomplot-qt5 |
| 6223 | qhexedit | 6223 | qhexedit |
| 6224 | qscintilla | 6224 | qscintilla-qt5 |
| 6225 | qtbase-5 | 6225 | qtbase-5 |
| 6226 | qtwayland-5 | 6226 | qtwayland-5 |
| 6227 | sqlite)) | 6227 | sqlite)) |
