Merge pull request #48371 from kalbasit/nixpkgs_easyrsa-darwin
easyrsa: add support for darwin
This commit is contained in:
commit
bf6d87c975
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user