mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qtserialport: Update to 6.6.3.
* gnu/packages/qt.scm (qtserialport): Rename to ... * gnu/packages/qt.scm (qtserialport-5): ... this. * gnu/packages/qt.scm (qtserialport): New variable. * gnu/packages/engineering.scm (fritzing, candle) [inputs]: Replace qtserialport with qtserialport-5. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/kde-utils.scm (atelier, libatcore): Likewise. * gnu/packages/qt.scm (qtserialbus, qtlocation, python-pyqt): Likewise. * gnu/packages/radio.scm (wsjtx, jtdx, js8call) (sdrangel, wfview, qdmr): Likewise. Change-Id: I8e0c8d2408ea0bf776b2efe58e23821cb653363c Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
726e7e3996
commit
50a72a08af
6 changed files with 49 additions and 21 deletions
|
@ -152,7 +152,7 @@ well as CD-ROM images.")
|
|||
qtcharts
|
||||
qtdeclarative-5
|
||||
qtmultimedia-5
|
||||
qtserialport))
|
||||
qtserialport-5))
|
||||
(home-page "https://atelier.kde.org")
|
||||
(synopsis "Desktop interface to control 3D printers powered by AtCore")
|
||||
(description "Atelier provides interface to control and manage your printer.
|
||||
|
@ -729,7 +729,7 @@ combinations are distinct enough to be readable and accessible.")
|
|||
"1830r6ylpn3l7y2frl8cih5cpjgbkfrib9jq7jklf8aszhlsihf2"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list qtcharts qtdeclarative-5 qtserialport))
|
||||
(inputs (list qtcharts qtdeclarative-5 qtserialport-5))
|
||||
(home-page "https://invent.kde.org/libraries/atcore")
|
||||
(synopsis "Library for connection and management of 3D printers")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue