forked from mirrors/nixpkgs
Merge branch 'submit/enable-syncthing-osx' of git://github.com/ctheune/nixpkgs
Enable syncthing for Mac OS X.
This commit is contained in:
commit
df50903da8
pkgs
|
@ -27,6 +27,6 @@ buildGoPackage rec {
|
|||
description = "Replaces Dropbox and BitTorrent Sync with something open, trustworthy and decentralized";
|
||||
license = with lib.licenses; mit;
|
||||
maintainers = with lib.maintainers; [ matejc ];
|
||||
platforms = with lib.platforms; linux;
|
||||
platforms = with lib.platforms; unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
homepage = http://sethwklein.net/projects/iana-etc/;
|
||||
description = "IANA protocol and port number assignments (/etc/protocols and /etc/services)";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue