summary refs log tree commit diff
path: root/pkgs/applications/networking/syncthing
diff options
context:
space:
mode:
authorKamil Chmielewski <kamil.chm@gmail.com>2016-06-07 22:32:34 +0200
committerKamil Chmielewski <kamil.chm@gmail.com>2016-06-09 13:08:10 +0200
commit8cd1d4cda5dad34ff8db3c6d9814dc50ee01cde0 (patch)
tree1b5f2140cbb94af6831dad149865578482810ffd /pkgs/applications/networking/syncthing
parent734d15297721cf241df361d4a98be58c13fc75af (diff)
downloadnixpkgs-8cd1d4cda5dad34ff8db3c6d9814dc50ee01cde0.tar
nixpkgs-8cd1d4cda5dad34ff8db3c6d9814dc50ee01cde0.tar.gz
nixpkgs-8cd1d4cda5dad34ff8db3c6d9814dc50ee01cde0.tar.bz2
nixpkgs-8cd1d4cda5dad34ff8db3c6d9814dc50ee01cde0.tar.lz
nixpkgs-8cd1d4cda5dad34ff8db3c6d9814dc50ee01cde0.tar.xz
nixpkgs-8cd1d4cda5dad34ff8db3c6d9814dc50ee01cde0.tar.zst
nixpkgs-8cd1d4cda5dad34ff8db3c6d9814dc50ee01cde0.zip
buildGoPackage: use Go 1.6 by default
Diffstat (limited to 'pkgs/applications/networking/syncthing')
-rw-r--r--pkgs/applications/networking/syncthing/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix
index 3de4133e794..83e5f2bd328 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
     mkdir -p src/github.com/syncthing
     ln -s $(pwd) src/github.com/syncthing/syncthing
     export GOPATH=$(pwd)
-    # Required for Go 1.5, can be removed for Go 1.6+
-    export GO15VENDOREXPERIMENT=1
 
     # Syncthing's build.go script expects this working directory
     cd src/github.com/syncthing/syncthing