summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Streit <simon@netpanic.org>2022-10-09 15:25:04 +0200
committerSimon Streit <simon@netpanic.org>2023-06-19 21:36:36 +0200
commit29b2c567f33e147eee490179166bc43aed3f35b3 (patch)
tree8c9ba48fd0cc44f3a5bd0459a8a96666325217ea
parent12621c3fa075d67bf7a5ecdf3cb2897d33170959 (diff)
siguix: Remove wsdd.
* siguix/packages/samba.scm (wsdd): Delete variable.
-rw-r--r--siguix/packages/samba.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/siguix/packages/samba.scm b/siguix/packages/samba.scm
index b9372a7..40fea79 100644
--- a/siguix/packages/samba.scm
+++ b/siguix/packages/samba.scm
@@ -143,30 +143,3 @@
;; mit-krb5 ;new!
;; python-dnspython ;add missing dns module
)))))
-
-(define-public wsdd
- (package
- (name "wsdd")
- (version "0.7.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference (url "https://github.com/christgau/wsdd")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "04an2w6hamnai668ag4vq8x0i09fsg2jrayb4a7ar0x6bn837k7m"))))
- (build-system copy-build-system)
- (inputs
- `(("python" ,python)))
- (arguments
- '(#:install-plan
- '(("src/wsdd.py" "bin/wsdd")
- ("man/wsdd.1" "share/man/man1/"))))
- (home-page "https://github.com/christgau/wsdd")
- (synopsis "A Web Service Discovery host daemon")
- (description "This daemon allows (Samba) hosts to be found by Web
-Service Dicovery Clients. It also implements the client side of the
-discovery protocol which allows to search for devices implementing
-WSD.")
- (license expat)))