Merge pull request #48371 from kalbasit/nixpkgs_easyrsa-darwin

easyrsa: add support for darwin
This commit is contained in:
Jaka Hudoklin 2018-10-14 10:43:02 +02:00 committed by GitHub
commit bf6d87c975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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