forked from mirrors/nixpkgs
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
|
||||
, which, iproute2, gnused, coreutils, gawk, makeWrapper
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -30,6 +31,10 @@ stdenv.mkDerivation rec {
|
|||
done
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
bittorrent-integration = nixosTests.bittorrent;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://miniupnp.free.fr/";
|
||||
description = "A daemon that implements the UPnP Internet Gateway Device (IGD) specification";
|
||||
|
|
Loading…
Reference in a new issue