syncthing: enable the darwin platform
This commit is contained in:
parent
0b3af01036
commit
829cbb8c86
@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Open Source Continuous File Synchronization";
|
description = "Open Source Continuous File Synchronization";
|
||||||
license = stdenv.lib.licenses.mpl20;
|
license = stdenv.lib.licenses.mpl20;
|
||||||
maintainers = with stdenv.lib.maintainers; [ pshendry joko peterhoeg ];
|
maintainers = with stdenv.lib.maintainers; [ pshendry joko peterhoeg ];
|
||||||
platforms = with stdenv.lib.platforms; linux ++ freebsd ++ openbsd ++ netbsd;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user