mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: wsdd: Remove input labels.
* gnu/packages/samba.scm (wsdd)[inputs]: Remove input labels.
This commit is contained in:
parent
79c2af7394
commit
296e9dc1ef
1 changed files with 2 additions and 2 deletions
|
@ -524,12 +524,12 @@ (define-public wsdd
|
|||
(sha256
|
||||
(base32 "16kk7x80jlargrvh643m23j277p0drs2yylqz54f9inf5ld5bxn5"))))
|
||||
(build-system copy-build-system)
|
||||
(inputs
|
||||
`(("python" ,python)))
|
||||
(arguments
|
||||
'(#:install-plan
|
||||
'(("src/wsdd.py" "bin/wsdd")
|
||||
("man/wsdd.8" "share/man/man8/"))))
|
||||
(inputs
|
||||
(list python))
|
||||
(home-page "https://github.com/christgau/wsdd")
|
||||
(synopsis "Web Service Discovery host daemon")
|
||||
(description "This daemon allows (Samba) hosts to be found by Web
|
||||
|
|
Loading…
Reference in a new issue