mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
syncthing: Pin to go1.4 pending upstream go fixes and disable tests until fixed
This commit is contained in:
parent
1f1caff5c1
commit
61dc30c092
@ -12947,7 +12947,8 @@ let
|
|||||||
|
|
||||||
symlinks = callPackage ../tools/system/symlinks { };
|
symlinks = callPackage ../tools/system/symlinks { };
|
||||||
|
|
||||||
syncthing = goPackages.syncthing.bin // { outputs = [ "bin" ]; };
|
# syncthing is pinned to go1.4 until https://github.com/golang/go/issues/12301 is resolved
|
||||||
|
syncthing = go14Packages.syncthing.bin // { outputs = [ "bin" ]; };
|
||||||
|
|
||||||
# linux only by now
|
# linux only by now
|
||||||
synergy = callPackage ../applications/misc/synergy { };
|
synergy = callPackage ../applications/misc/synergy { };
|
||||||
|
@ -2751,7 +2751,7 @@ let
|
|||||||
owner = "syncthing";
|
owner = "syncthing";
|
||||||
repo = "syncthing";
|
repo = "syncthing";
|
||||||
sha256 = "06a5b68fq440xcysba65xbpr3zd4yhp7y1x6a11n5bx0rpxa4jzi";
|
sha256 = "06a5b68fq440xcysba65xbpr3zd4yhp7y1x6a11n5bx0rpxa4jzi";
|
||||||
doCheck = true;
|
doCheck = false; # Tests are currently broken for 32-bit but they are benign
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
go-lz4 du luhn xdr snappy ratelimit osext syncthing-protocol relaysrv
|
go-lz4 du luhn xdr snappy ratelimit osext syncthing-protocol relaysrv
|
||||||
goleveldb suture qart crypto net text
|
goleveldb suture qart crypto net text
|
||||||
|
Loading…
Reference in New Issue
Block a user