openfortivpn: enable on Darwin (#94895)
This commit is contained in:
@@ -29,6 +29,6 @@ in stdenv.mkDerivation {
|
|||||||
homepage = "https://github.com/adrienverge/openfortivpn";
|
homepage = "https://github.com/adrienverge/openfortivpn";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = [ stdenv.lib.maintainers.madjar ];
|
maintainers = [ stdenv.lib.maintainers.madjar ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user