miniupnpd: add link to related nixos test
This commit is contained in:
parent
4554e6698d
commit
865d28a8b6
@ -1,5 +1,6 @@
|
|||||||
{ stdenv, lib, fetchurl, iptables, libuuid, pkg-config
|
{ stdenv, lib, fetchurl, iptables, libuuid, pkg-config
|
||||||
, which, iproute2, gnused, coreutils, gawk, makeWrapper
|
, which, iproute2, gnused, coreutils, gawk, makeWrapper
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -30,6 +31,10 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
bittorrent-integration = nixosTests.bittorrent;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://miniupnp.free.fr/";
|
homepage = "http://miniupnp.free.fr/";
|
||||||
description = "A daemon that implements the UPnP Internet Gateway Device (IGD) specification";
|
description = "A daemon that implements the UPnP Internet Gateway Device (IGD) specification";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user