Archived
1
0
Fork 0

gnu: wsdd: Remove input labels.

* gnu/packages/samba.scm (wsdd)[inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 79c2af7394
commit 296e9dc1ef
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -524,12 +524,12 @@ and IPV6 and the protocols layered above them, such as TCP and UDP.")
(sha256 (sha256
(base32 "16kk7x80jlargrvh643m23j277p0drs2yylqz54f9inf5ld5bxn5")))) (base32 "16kk7x80jlargrvh643m23j277p0drs2yylqz54f9inf5ld5bxn5"))))
(build-system copy-build-system) (build-system copy-build-system)
(inputs
`(("python" ,python)))
(arguments (arguments
'(#:install-plan '(#:install-plan
'(("src/wsdd.py" "bin/wsdd") '(("src/wsdd.py" "bin/wsdd")
("man/wsdd.8" "share/man/man8/")))) ("man/wsdd.8" "share/man/man8/"))))
(inputs
(list python))
(home-page "https://github.com/christgau/wsdd") (home-page "https://github.com/christgau/wsdd")
(synopsis "Web Service Discovery host daemon") (synopsis "Web Service Discovery host daemon")
(description "This daemon allows (Samba) hosts to be found by Web (description "This daemon allows (Samba) hosts to be found by Web