From 29b2c567f33e147eee490179166bc43aed3f35b3 Mon Sep 17 00:00:00 2001 From: Simon Streit Date: Sun, 9 Oct 2022 15:25:04 +0200 Subject: siguix: Remove wsdd. * siguix/packages/samba.scm (wsdd): Delete variable. --- siguix/packages/samba.scm | 27 --------------------------- 1 file changed, 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))) -- cgit v1.2.3