summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/pond/default.nix2
-rw-r--r--pkgs/applications/networking/syncthing/default.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/pond/default.nix b/pkgs/applications/networking/pond/default.nix
index 8e89d75dd54..59e381e9e22 100644
--- a/pkgs/applications/networking/pond/default.nix
+++ b/pkgs/applications/networking/pond/default.nix
@@ -18,6 +18,8 @@ buildGoPackage rec {
     
   buildFlags = "--tags nogui";
 
+  dontInstallSrc = true;
+
   meta = with lib; {
     description = "Forward secure, asynchronous messaging for the discerning";
     homepage = https://pond.imperialviolet.org;
diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix
index 64310054555..ef4c1a58230 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -20,6 +20,8 @@ buildGoPackage rec {
 
   doCheck = true;
 
+  dontInstallSrc = true;
+
   meta = {
     homepage = http://syncthing.net/;
     description = "Replaces Dropbox and BitTorrent Sync with something open, trustworthy and decentralized";