miniupnpc: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-20 16:46:22 -05:00
parent d21afc0b29
commit 5312c48399
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3

View File

@ -19,7 +19,7 @@ let
meta = {
homepage = http://miniupnp.free.fr/;
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 {