gnu: Remove libatcore.

* gnu/packages/kde-utils.scm (libatcore): Delete variable.

Change-Id: I6fe7d8d21c295f6df67e5620f03805cdeb7304ad
This commit is contained in:
Zheng Junjie 2025-01-11 11:09:58 +08:00
parent 4b051cb764
commit c52e80496f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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")