Merge pull request #13323 from rycee/ddclient/platform

ddclient: add meta.platforms
This commit is contained in:
zimbatm 2016-02-26 00:02:06 +00:00
commit 853a213698

View File

@ -32,5 +32,8 @@ buildPerlPackage rec {
homepage = https://sourceforge.net/p/ddclient/wiki/Home/;
description = "Client for updating dynamic DNS service entries";
license = licenses.gpl2Plus;
# Mostly since `iproute` is Linux only.
platforms = platforms.linux;
};
}