buildGoPackage packages: editorconfig fixes

zowoq afd895de 4e8f3201

+15 -16
+1 -1
pkgs/applications/blockchains/quorum.nix
··· 1 1 { stdenv, fetchFromGitHub, buildGoPackage, git, which }: 2 - 2 + 3 3 buildGoPackage rec { 4 4 pname = "quorum"; 5 5 version = "2.5.0";
+1 -1
pkgs/development/tools/go-repo-root/default.nix
··· 4 4 pname = "go-repo-root"; 5 5 version = "20140911-${stdenv.lib.strings.substring 0 7 rev}"; 6 6 rev = "90041e5c7dc634651549f96814a452f4e0e680f9"; 7 - 7 + 8 8 goPackagePath = "github.com/cstrahan/go-repo-root"; 9 9 10 10 src = fetchgit {
+1 -1
pkgs/development/tools/golint/default.nix
··· 4 4 pname = "lint"; 5 5 version = "20181026-${stdenv.lib.strings.substring 0 7 rev}"; 6 6 rev = "c67002cb31c3a748b7688c27f20d8358b4193582"; 7 - 7 + 8 8 goPackagePath = "golang.org/x/lint"; 9 9 excludedPackages = "testdata"; 10 10
+1 -1
pkgs/development/tools/gotags/default.nix
··· 4 4 pname = "gotags"; 5 5 version = "20150803-${stdenv.lib.strings.substring 0 7 rev}"; 6 6 rev = "be986a34e20634775ac73e11a5b55916085c48e7"; 7 - 7 + 8 8 goPackagePath = "github.com/jstemmer/gotags"; 9 9 10 10 src = fetchgit {
+1 -2
pkgs/development/tools/leaps/default.nix
··· 14 14 }; 15 15 16 16 goDeps = ./deps.nix; 17 - 17 + 18 18 meta = { 19 19 description = "A pair programming tool and library written in Golang"; 20 20 homepage = "https://github.com/jeffail/leaps/"; ··· 23 23 platforms = stdenv.lib.platforms.unix; 24 24 }; 25 25 } 26 -
+1 -1
pkgs/development/web/shopify-themekit/default.nix
··· 22 22 maintainers = with maintainers; [ maintainers."1000101" ]; 23 23 platforms = platforms.all; 24 24 }; 25 - } 25 + }
+1 -1
pkgs/servers/cayley/default.nix
··· 19 19 -ldflags= 20 20 -X=main.Version=${version} 21 21 ''; 22 - 22 + 23 23 meta = { 24 24 homepage = "https://cayley.io/"; 25 25 description = "A graph database inspired by Freebase and Knowledge Graph";
+1 -1
pkgs/servers/mesos-dns/default.nix
··· 4 4 pname = "mesos-dns"; 5 5 version = "0.1.2"; 6 6 rev = "v${version}"; 7 - 7 + 8 8 goPackagePath = "github.com/mesosphere/mesos-dns"; 9 9 10 10 # Avoid including the benchmarking test helper in the output:
+1 -1
pkgs/servers/skydns/default.nix
··· 4 4 pname = "skydns"; 5 5 version = "2.5.3a"; 6 6 rev = version; 7 - 7 + 8 8 goPackagePath = "github.com/skynetservices/skydns"; 9 9 10 10 src = fetchFromGitHub {
+1 -1
pkgs/servers/trickster/trickster.nix
··· 24 24 maintainers = with maintainers; [ maintainers."1000101" ]; 25 25 platforms = platforms.all; 26 26 }; 27 - } 27 + }
+1 -1
pkgs/tools/misc/gawp/default.nix
··· 6 6 pname = "gawp"; 7 7 version = "20160121-${stdenv.lib.strings.substring 0 7 rev}"; 8 8 rev = "5db2d8faa220e8d6eaf8677354bd197bf621ff7f"; 9 - 9 + 10 10 goPackagePath = "github.com/martingallagher/gawp"; 11 11 12 12 src = fetchgit {
+1 -1
pkgs/tools/misc/ical2org/default.nix
··· 23 23 maintainers = with maintainers; [ swflint ]; 24 24 platforms = platforms.unix; 25 25 }; 26 - 26 + 27 27 }
+1 -1
pkgs/tools/misc/upower-notify/default.nix
··· 10 10 pname = "upower-notify"; 11 11 version = "20160310-${stdenv.lib.strings.substring 0 7 rev}"; 12 12 rev = "14c581e683a7e90ec9fa6d409413c16599a5323c"; 13 - 13 + 14 14 goPackagePath = "github.com/omeid/upower-notify"; 15 15 16 16 src = fetchgit {
+1 -1
pkgs/tools/networking/s3gof3r/default.nix
··· 4 4 pname = "s3gof3r"; 5 5 version = "20151109-${stdenv.lib.strings.substring 0 7 rev}"; 6 6 rev = "31603a0dc94aefb822bfe2ceea75a6be6013b445"; 7 - 7 + 8 8 goPackagePath = "github.com/rlmcpherson/s3gof3r"; 9 9 10 10 src = fetchgit {
+1 -1
pkgs/tools/virtualization/govc/default.nix
··· 1 1 { lib, fetchFromGitHub, buildGoPackage }: 2 - 2 + 3 3 buildGoPackage rec { 4 4 pname = "govc"; 5 5 version = "0.23.1";