mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Remove libatcore.
* gnu/packages/kde-utils.scm (libatcore): Delete variable. Change-Id: I6fe7d8d21c295f6df67e5620f03805cdeb7304ad
This commit is contained in:
parent
4b051cb764
commit
c52e80496f
1 changed files with 0 additions and 25 deletions
|
@ -704,31 +704,6 @@ (define-public kontrast
|
|||
combinations are distinct enough to be readable and accessible.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public libatcore
|
||||
(let ((commit "0de6393ed3e721537dec50b0ad174d83f1207eb6")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "libatcore")
|
||||
(version (git-version "1.0.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://invent.kde.org/libraries/atcore")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1830r6ylpn3l7y2frl8cih5cpjgbkfrib9jq7jklf8aszhlsihf2"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list qtcharts-5 qtdeclarative-5 qtserialport-5))
|
||||
(home-page "https://invent.kde.org/libraries/atcore")
|
||||
(synopsis "Library for connection and management of 3D printers")
|
||||
(description
|
||||
"This package provides a API to manage the serial connection between
|
||||
the computer and 3D Printers.")
|
||||
(license (list license:lgpl2.1 license:lgpl3)))))
|
||||
|
||||
(define-public kmag
|
||||
(package
|
||||
(name "kmag")
|
||||
|
|
Loading…
Reference in a new issue