3
0
Fork 0
forked from mirrors/nixpkgs

easyrsa: add support for darwin

(cherry picked from commit 1828799f47)
This commit is contained in:
Wael M. Nasreddine 2018-10-13 20:10:21 -07:00 committed by Daiderd Jordan
parent 38f5b076d7
commit f935d5ba86
No known key found for this signature in database
GPG key ID: D02435D05B810C96

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;
};
}