openfortivpn: enable on Darwin (#94895)
This commit is contained in:
parent
b3de09bc52
commit
2147c3c34b
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue