diff options
| author | Sughosha <sughosha@disroot.org> | 2025-10-08 11:01:40 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2025-11-12 11:28:26 +0530 |
| commit | c6a07f70e6fafc980e6779f29b0729f8eeb184a2 (patch) | |
| tree | 74cd4b25116b74f80963818a83d0cd14c579b41a /gnu/packages/databases.scm | |
| parent | eac6f3cd26a60b3b46d16a41678a1118150006fc (diff) | |
gnu: qcustomplot: Switch to Qt6.
* gnu/packages/qt.scm (qcustomplot)[inputs]: Replace qtbase-5 with qtbase.
(qcustomplot-qt5): New variable.
* gnu/packages/databases.scm (sqlitebrowser)[inputs]: Replace qcustomplot with
qcustomplot-qt5.
* gnu/packages/radio.scm (wfview)[inputs]: Replace qcustomplot with
qcustomplot-qt5.
Change-Id: I781fb0f94b341c039d4f192c24c797e64e549426
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 04642209947..e4c5d40361b 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -5935,7 +5935,7 @@ a Gtk.Grid Widget.") "-DFORCE_INTERNAL_QHEXEDIT=OFF" "-DENABLE_TESTING=ON"))) (inputs - (list qcustomplot + (list qcustomplot-qt5 qhexedit qscintilla qtbase-5 |
