about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-05-15 11:02:01 +0200
committerLuca Bruno <lethalman88@gmail.com>2015-05-15 11:16:59 +0200
commit58b865cfc65e7756c148f38d25cb3d6b6f077a4d (patch)
tree4578028594c083bf9e0ab8747718fa98f15dded4 /pkgs/applications/networking
parentf66cd5dbe99b4343df58d26e0a48b87c6f471c22 (diff)
go: remove renameImports and use goPackageAliases
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/pond/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/networking/pond/default.nix b/pkgs/applications/networking/pond/default.nix
index 4ac3a0448dea0..21d99013a1a06 100644
--- a/pkgs/applications/networking/pond/default.nix
+++ b/pkgs/applications/networking/pond/default.nix
@@ -14,11 +14,6 @@ buildGoPackage rec {
 
   subPackages = [ "client" ];
 
-  renameImports = [
-    "code.google.com/p/go.crypto golang.org/x/crypto"
-    "code.google.com/p/goprotobuf github.com/golang/protobuf"
-  ];
-
   buildInputs = [ trousers net crypto protobuf ed25519 govers ];
     
   buildFlags = "--tags nogui";