diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:25 +0200 |
commit | 296e9dc1efe954059d0acccbb37d23bc8a42b8e5 (patch) | |
tree | cf487aca4cabfbb1fae486ec9a5d304779bc5ff0 /gnu | |
parent | 79c2af7394a8a541fa2ed0126272025b09aa05cd (diff) |
gnu: wsdd: Remove input labels.
* gnu/packages/samba.scm (wsdd)[inputs]:
Remove input labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/samba.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index fb2adbf488..b8ba9ed818 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -524,12 +524,12 @@ and IPV6 and the protocols layered above them, such as TCP and UDP.") (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 |