summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorJamie McClymont <jamie@kwiius.com>2020-08-23 19:31:58 +1200
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-23 18:32:38 +1000
commit384e56bbaac9938ede50fa45989a8f594ebf293f (patch)
tree703f8cc9942574ab07e87ddfb85f78180ac01ec0 /pkgs/top-level/all-packages.nix
parentc2a75a80418a452a1d05a9b5f0fd4f6c9308696a (diff)
downloadnixpkgs-384e56bbaac9938ede50fa45989a8f594ebf293f.tar
nixpkgs-384e56bbaac9938ede50fa45989a8f594ebf293f.tar.gz
nixpkgs-384e56bbaac9938ede50fa45989a8f594ebf293f.tar.bz2
nixpkgs-384e56bbaac9938ede50fa45989a8f594ebf293f.tar.lz
nixpkgs-384e56bbaac9938ede50fa45989a8f594ebf293f.tar.xz
nixpkgs-384e56bbaac9938ede50fa45989a8f594ebf293f.tar.zst
nixpkgs-384e56bbaac9938ede50fa45989a8f594ebf293f.zip
syncthing: pin to go 1.14
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 243aaeae896..e6338528873 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -22981,7 +22981,9 @@ in
   # this can be changed to python3 once pyside2 is updated to support the latest python version
   syncplay = python37.pkgs.callPackage ../applications/networking/syncplay { };
 
-  inherit (callPackages ../applications/networking/syncthing { })
+  inherit (callPackages ../applications/networking/syncthing {
+    buildGoModule = buildGo114Module;
+  })
     syncthing
     syncthing-cli
     syncthing-discovery