miniupnpc: supports darwin
This commit is contained in:
@@ -19,7 +19,7 @@ let
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://miniupnp.free.fr/;
|
homepage = http://miniupnp.free.fr/;
|
||||||
description = "A client that implements the UPnP Internet Gateway Device (IGD) specification";
|
description = "A client that implements the UPnP Internet Gateway Device (IGD) specification";
|
||||||
platforms = with stdenv.lib.platforms; linux ++ freebsd;
|
platforms = with stdenv.lib.platforms; linux ++ freebsd ++ darwin;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|||||||
Reference in New Issue
Block a user