buildGoPackage packages: editorconfig fixes

This commit is contained in:
zowoq 2020-07-31 14:07:43 +10:00
parent 4e8f320123
commit afd895debb
15 changed files with 15 additions and 16 deletions

View file

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, buildGoPackage, git, which }:
buildGoPackage rec {
pname = "quorum";
version = "2.5.0";

View file

@ -4,7 +4,7 @@ buildGoPackage rec {
pname = "go-repo-root";
version = "20140911-${stdenv.lib.strings.substring 0 7 rev}";
rev = "90041e5c7dc634651549f96814a452f4e0e680f9";
goPackagePath = "github.com/cstrahan/go-repo-root";
src = fetchgit {

View file

@ -4,7 +4,7 @@ buildGoPackage rec {
pname = "lint";
version = "20181026-${stdenv.lib.strings.substring 0 7 rev}";
rev = "c67002cb31c3a748b7688c27f20d8358b4193582";
goPackagePath = "golang.org/x/lint";
excludedPackages = "testdata";

View file

@ -4,7 +4,7 @@ buildGoPackage rec {
pname = "gotags";
version = "20150803-${stdenv.lib.strings.substring 0 7 rev}";
rev = "be986a34e20634775ac73e11a5b55916085c48e7";
goPackagePath = "github.com/jstemmer/gotags";
src = fetchgit {

View file

@ -14,7 +14,7 @@ buildGoPackage rec {
};
goDeps = ./deps.nix;
meta = {
description = "A pair programming tool and library written in Golang";
homepage = "https://github.com/jeffail/leaps/";
@ -23,4 +23,3 @@ buildGoPackage rec {
platforms = stdenv.lib.platforms.unix;
};
}

View file

@ -22,4 +22,4 @@ buildGoPackage rec {
maintainers = with maintainers; [ maintainers."1000101" ];
platforms = platforms.all;
};
}
}

View file

@ -19,7 +19,7 @@ buildGoPackage rec {
-ldflags=
-X=main.Version=${version}
'';
meta = {
homepage = "https://cayley.io/";
description = "A graph database inspired by Freebase and Knowledge Graph";

View file

@ -4,7 +4,7 @@ buildGoPackage rec {
pname = "mesos-dns";
version = "0.1.2";
rev = "v${version}";
goPackagePath = "github.com/mesosphere/mesos-dns";
# Avoid including the benchmarking test helper in the output:

View file

@ -4,7 +4,7 @@ buildGoPackage rec {
pname = "skydns";
version = "2.5.3a";
rev = version;
goPackagePath = "github.com/skynetservices/skydns";
src = fetchFromGitHub {

View file

@ -24,4 +24,4 @@ buildGoPackage rec {
maintainers = with maintainers; [ maintainers."1000101" ];
platforms = platforms.all;
};
}
}

View file

@ -6,7 +6,7 @@ buildGoPackage rec {
pname = "gawp";
version = "20160121-${stdenv.lib.strings.substring 0 7 rev}";
rev = "5db2d8faa220e8d6eaf8677354bd197bf621ff7f";
goPackagePath = "github.com/martingallagher/gawp";
src = fetchgit {

View file

@ -23,5 +23,5 @@ buildGoPackage rec {
maintainers = with maintainers; [ swflint ];
platforms = platforms.unix;
};
}

View file

@ -10,7 +10,7 @@ buildGoPackage rec {
pname = "upower-notify";
version = "20160310-${stdenv.lib.strings.substring 0 7 rev}";
rev = "14c581e683a7e90ec9fa6d409413c16599a5323c";
goPackagePath = "github.com/omeid/upower-notify";
src = fetchgit {

View file

@ -4,7 +4,7 @@ buildGoPackage rec {
pname = "s3gof3r";
version = "20151109-${stdenv.lib.strings.substring 0 7 rev}";
rev = "31603a0dc94aefb822bfe2ceea75a6be6013b445";
goPackagePath = "github.com/rlmcpherson/s3gof3r";
src = fetchgit {

View file

@ -1,5 +1,5 @@
{ lib, fetchFromGitHub, buildGoPackage }:
buildGoPackage rec {
pname = "govc";
version = "0.23.1";