mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libatcore: Update to 1.0.0-1.c32a13a.
* gnu/packages/kde-utils.scm (libatcore): Update to 1.0.0-1.c32a13a. [inputs]: Remove qtcharts-5, qtdeclarative-5, and qtserialport-5; add qtcharts, qtdeclarative, and qtserialport. [native-inputs]: Add qttools. Change-Id: Id1de4e4864ca3a3739809b494b68f67babebcf74
This commit is contained in:
parent
8c54d41d12
commit
d333070240
1 changed files with 8 additions and 7 deletions
|
@ -794,7 +794,7 @@ combinations are distinct enough to be readable and accessible.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public libatcore
|
||||
(let ((commit "0de6393ed3e721537dec50b0ad174d83f1207eb6")
|
||||
(let ((commit "c32a13a90d39e44dc5a8dcb601e2b4aa9c996428")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "libatcore")
|
||||
|
@ -802,16 +802,17 @@ combinations are distinct enough to be readable and accessible.")
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://invent.kde.org/libraries/atcore")
|
||||
(commit commit)))
|
||||
(url "https://invent.kde.org/libraries/atcore")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1830r6ylpn3l7y2frl8cih5cpjgbkfrib9jq7jklf8aszhlsihf2"))))
|
||||
"1avcrnxml0iczy0n4xa3ryklbvawbk015wm7l82088qjz2zparcw"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list qtcharts-5 qtdeclarative-5 qtserialport-5))
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs (list extra-cmake-modules qttools))
|
||||
(inputs (list qtcharts qtdeclarative qtserialport))
|
||||
(arguments (list #:qtbase qtbase
|
||||
#:tests? #f))
|
||||
(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