Merge branch 'submit/enable-syncthing-osx' of git://github.com/ctheune/nixpkgs

Enable syncthing for Mac OS X.
This commit is contained in:
Shea Levy 2015-03-30 16:17:53 -04:00
commit df50903da8
2 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,6 @@ buildGoPackage rec {
description = "Replaces Dropbox and BitTorrent Sync with something open, trustworthy and decentralized"; description = "Replaces Dropbox and BitTorrent Sync with something open, trustworthy and decentralized";
license = with lib.licenses; mit; license = with lib.licenses; mit;
maintainers = with lib.maintainers; [ matejc ]; maintainers = with lib.maintainers; [ matejc ];
platforms = with lib.platforms; linux; platforms = with lib.platforms; unix;
}; };
} }

View File

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://sethwklein.net/projects/iana-etc/; homepage = http://sethwklein.net/projects/iana-etc/;
description = "IANA protocol and port number assignments (/etc/protocols and /etc/services)"; description = "IANA protocol and port number assignments (/etc/protocols and /etc/services)";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.unix;
}; };
} }