nixos/tests/samba-wsdd: add check WSD Discovery

This commit is contained in:
Izorkin
2020-11-23 17:13:22 +03:00
parent 03760ab82e
commit 0aa34a03d0
3 changed files with 50 additions and 1 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, makeWrapper, python3 }:
{ stdenv, fetchFromGitHub, makeWrapper, nixosTests, python3 }:
stdenv.mkDerivation rec {
pname = "wsdd";
@@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/wsdd --prefix PYTHONPATH : "$PYTHONPATH"
'';
passthru = {
tests.samba-wsdd = nixosTests.samba-wsdd;
};
meta = with stdenv.lib; {
homepage = "https://github.com/christgau/wsdd";
description = "A Web Service Discovery (WSD) host daemon for SMB/Samba";