me
/
guix
Archived
1
0
Fork 0

gnu: ebusd: Enable MQTT support.

* gnu/packages/embedded.scm (ebusd)[inputs]: Add mosquitto.
master
Danny Milosavljevic 2020-09-12 02:05:57 +02:00
parent c3bbaea727
commit e88242cb75
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,7 @@
#:use-module (gnu packages guile)
#:use-module (gnu packages libftdi)
#:use-module (gnu packages libusb)
#:use-module (gnu packages messaging)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
@ -1358,7 +1359,6 @@ this feature to provide conveniences for building applications, flashing and
debugging them, and more.")
(license license:expat)))
;; TODO: Support MQTT.
(define-public ebusd
(package
(name "ebusd")
@ -1385,6 +1385,8 @@ debugging them, and more.")
"/ebusd-2.1.x")
config-destination)
#t))))))
(inputs
`(("mosquitto" ,mosquitto)))
(native-inputs
`(("automake" ,automake)
("autoconf" ,autoconf)