openfortivpn: enable on Darwin (#94895)

This commit is contained in:
Marcus Geiger 2020-09-12 05:24:32 +02:00 committed by GitHub
parent b3de09bc52
commit 2147c3c34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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