nixos/tests/samba-wsdd: add check WSD Discovery
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user