summaryrefslogtreecommitdiff
path: root/px/packages/device.scm
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2024-03-30 12:09:53 +0000
committerFranz Geffke <franz@pantherx.org>2024-03-30 12:09:53 +0000
commit0e3fdeb617c2578c060842dfbef114ba7723e4b9 (patch)
tree5a90e1c67d909befd71383dfc9867e70ac7525fb /px/packages/device.scm
parentbedacac40a032dbb8b5d49ab780e74ef2b5deed4 (diff)
drop bluetooth-client-manager-*
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r--px/packages/device.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm
index 6452a14..31d0727 100644
--- a/px/packages/device.scm
+++ b/px/packages/device.scm
@@ -380,33 +380,6 @@ configuration file from commandline args and upload results to the server")
"Pulls device backup config from Central Management and runs the backup.")
(license license:expat)))
-(define-public bluetooth-client-manager-service
- (package
- (name "bluetooth-client-manager-service")
- (version "0.1.10")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://source.pantherx.org/" name "_v" version
- ".tgz"))
- (sha256
- (base32 "1rryll9pic2k5gqdhyrxiff20dgs4xs8j2213vy5l1p4ahinlwrf"))))
- (build-system cmake-build-system)
- (native-inputs `(("pkg-config" ,pkg-config)))
- (inputs `(("bluez-qt" ,bluez-qt)
- ("capnproto" ,capnproto-0.9)
- ("openssl" ,openssl)
- ("qtbase" ,qtbase-5)
- ("util-linux" ,util-linux "lib")
- ("yaml-cpp" ,yaml-cpp)))
- (arguments
- `(#:tests? #f))
- (home-page "https://pantherx.org")
- (synopsis "Bluetooth Client Manager Service")
- (description
- "Background service for Bluetooth device discovery, data retrieval and submission")
- (license license:expat)))
-
(define-public sysinfo-daemon
(package
(name "sysinfo-daemon")