easyrsa: add support for darwin

This commit is contained in:
Wael M. Nasreddine 2018-10-13 20:10:21 -07:00
parent 7f3f1fd424
commit 1828799f47
No known key found for this signature in database
GPG Key ID: 82AE0A31B33CEFCF

View File

@ -35,6 +35,6 @@ in stdenv.mkDerivation rec {
homepage = https://openvpn.net/; homepage = https://openvpn.net/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.offline ]; maintainers = [ maintainers.offline ];
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }