lol

Enable syncthing for Mac OS X.

Also requires enabling iana-etc. I'm shooting for "unix" platforms which
seems reasonable. Not sure why this was restricted to linux originally --
the history doesn't tell.

+2 -2
+1 -1
pkgs/applications/networking/syncthing/default.nix
··· 27 27 description = "Replaces Dropbox and BitTorrent Sync with something open, trustworthy and decentralized"; 28 28 license = with lib.licenses; mit; 29 29 maintainers = with lib.maintainers; [ matejc ]; 30 - platforms = with lib.platforms; linux; 30 + platforms = with lib.platforms; unix; 31 31 }; 32 32 }
+1 -1
pkgs/data/misc/iana-etc/default.nix
··· 13 13 meta = { 14 14 homepage = http://sethwklein.net/projects/iana-etc/; 15 15 description = "IANA protocol and port number assignments (/etc/protocols and /etc/services)"; 16 - platforms = stdenv.lib.platforms.linux; 16 + platforms = stdenv.lib.platforms.unix; 17 17 }; 18 18 }