Merge pull request #18990 from justinweiss/syncthing-darwin
syncthing: enable the darwin platform
This commit is contained in:
commit
9cd8f032c5
|
@ -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