Skip to content

Commit

Permalink
openfortivpn: enable on Darwin (#94895)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwolf committed Sep 12, 2020
1 parent b3de09b commit 2147c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/openfortivpn/default.nix
Expand Up @@ -29,6 +29,6 @@ in stdenv.mkDerivation {
homepage = "https://github.com/adrienverge/openfortivpn";
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.madjar ];
platforms = stdenv.lib.platforms.linux;
platforms = with stdenv.lib.platforms; linux ++ darwin;
};
}

0 comments on commit 2147c3c

Please sign in to comment.