autossh: build on darwin too

Tested it out just now - seems like it works fine.

+1 -1
+1 -1
pkgs/tools/networking/autossh/default.nix
··· 23 23 meta = with stdenv.lib; { 24 24 homepage = http://www.harding.motd.ca/autossh/; 25 25 description = "Automatically restart SSH sessions and tunnels"; 26 - platforms = platforms.linux; 26 + platforms = platforms.unix; 27 27 maintainers = with maintainers; [ pSub ]; 28 28 }; 29 29 }