Merge pull request #94280 from zowoq/ecc-gomodule

buildGoModule packages: editorconfig fixes
This commit is contained in:
Jörg Thalheim 2020-07-31 05:50:52 +01:00 committed by GitHub
commit af2055de21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
133 changed files with 136 additions and 136 deletions

View file

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ ehmry filalex77 ];
};
}
}

View file

@ -22,4 +22,4 @@ buildGoModule rec {
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all;
};
}
}

View file

@ -23,4 +23,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.all;
};
}
}

View file

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = [ maintainers.rbasso ];
};
}
}

View file

@ -20,4 +20,4 @@ buildGoModule rec {
platforms = platforms.all;
maintainers = with maintainers; [ das_j ];
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
maintainers = with maintainers; [ skykanin ];
homepage = "https://github.com/GeertJohan/gomatrix";
};
}
}

View file

@ -24,4 +24,4 @@ buildGoModule rec {
maintainers = with maintainers; [ uvnikita ];
platforms = platforms.unix;
};
}
}

View file

@ -20,4 +20,4 @@ buildGoModule rec {
platforms = platforms.all;
maintainers = [ maintainers.heel ];
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
license = lib.licenses.mit;
platforms = lib.platforms.unix;
};
}
}

View file

@ -25,16 +25,16 @@ buildGoModule rec {
-X github.com/argoproj/argo-cd/common.gitCommit=${commit}
-X github.com/argoproj/argo-cd/common.gitTreeState=clean
'';
# run packr to embed assets
preBuild = ''
packr
'';
meta = with lib; {
description = "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes";
homepage = "https://github.com/argoproj/argo";
license = licenses.asl20;
maintainers = with maintainers; [ shahrukh330 ];
};
}
}

View file

@ -22,4 +22,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ jpotier ];
};
}
}

View file

@ -20,4 +20,4 @@ buildGoModule rec {
maintainers = with maintainers; [ atkinschang ];
platforms = platforms.darwin;
};
}
}

View file

@ -24,4 +24,4 @@ buildGoModule rec {
maintainers = with maintainers; [ tadfisher atkinschang ];
platforms = platforms.linux;
};
}
}

View file

@ -23,4 +23,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ Gonzih filalex77 ];
};
}
}

View file

@ -25,4 +25,4 @@ buildGoModule rec {
maintainers = with lib.maintainers; [ eliasp ];
platforms = lib.platforms.unix;
};
}
}

View file

@ -39,4 +39,4 @@ buildGoModule rec {
platforms = platforms.linux;
maintainers = with maintainers; [ kuznero jlesquembre ngerstle ];
};
}
}

View file

@ -23,4 +23,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ groodt ];
};
}
}

View file

@ -10,9 +10,9 @@ buildGoModule rec {
repo = "kubespy";
sha256 = "1p0qmn6458pa9la6zkvyrkgs2rhzfwsk9m3rk5fkmcfbh7b031r8";
};
vendorSha256 = "0q85is01cbgxflnqdvxc9w5iqdizgvsc44h8z21j712bm2w7blqq";
# TODO: enable after https://github.com/pulumi/kubespy/issues/72 is addressed.
# postInstall = ''
# for shell in bash zsh; do

View file

@ -20,4 +20,4 @@ buildGoModule rec {
maintainers = with maintainers; [ johanot nicknovitski ];
platforms = platforms.all;
};
}
}

View file

@ -21,4 +21,4 @@ buildGoModule {
license = licenses.asl20;
maintainers = with maintainers; [ Gonzih ];
};
}
}

View file

@ -63,4 +63,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin;
};
}
}

View file

@ -24,4 +24,4 @@ buildGoModule rec {
license = licenses.mpl20;
maintainers = with maintainers; [ basvandijk ];
};
}
}

View file

@ -22,4 +22,4 @@ buildGoModule rec {
license = licenses.mpl20;
maintainers = with maintainers; [ gila ];
};
}
}

View file

@ -30,4 +30,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
};
}
}

View file

@ -23,4 +23,4 @@ buildGoModule rec {
maintainers = [ maintainers.doronbehar ];
platforms = platforms.unix;
};
}
}

View file

@ -22,4 +22,4 @@ buildGoModule rec {
maintainers = with maintainers; [ filalex77 ];
platforms = platforms.unix;
};
}
}

View file

@ -21,4 +21,4 @@ buildGoModule rec {
platforms = platforms.unix;
maintainers = with maintainers; [ jglukasik ];
};
}
}

View file

@ -38,4 +38,4 @@ buildGoModule rec {
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all;
};
}
}

View file

@ -30,4 +30,4 @@ buildGoModule rec {
badPlatforms = platforms.darwin;
maintainers = with maintainers; [ rnhmjoj ];
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
maintainers = [ maintainers.bjornfor ];
license = licenses.bsd2;
};
}
}

View file

@ -29,4 +29,4 @@ buildGoModule rec {
maintainers = with stdenv.lib.maintainers; [ sigma ];
license = stdenv.lib.licenses.mit;
};
}
}

View file

@ -35,4 +35,4 @@ buildGoModule rec {
platforms = platforms.all;
maintainers = with maintainers; [ royneary ];
};
}
}

View file

@ -31,4 +31,4 @@ buildGoModule rec {
maintainers = with maintainers; [ marsam dtzWill ];
platforms = platforms.all;
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ rencire ];
};
}
}

View file

@ -57,4 +57,4 @@ in buildPythonPackage rec {
license = licenses.agpl3;
maintainers = with maintainers; [ eadwu ];
};
}
}

View file

@ -79,4 +79,4 @@ in buildPythonPackage rec {
license = licenses.agpl3;
maintainers = with maintainers; [ eadwu ];
};
}
}

View file

@ -22,4 +22,4 @@ buildGoModule rec {
platforms = platforms.linux;
maintainers = with maintainers; [ xrelkd ];
};
}
}

View file

@ -33,4 +33,4 @@ buildGoModule rec {
maintainers = with maintainers; [ andrew-d ];
platforms = [ "x86_64-linux" ];
};
}
}

View file

@ -14,7 +14,7 @@ buildGoModule rec {
rev = "v${version}";
sha256 = "0das5z5y2x1970yi9c4yssxvwrrjhdmsj495q0r5mb02amvc954v";
};
overrideModAttrs = (_: {
patches = [];
preBuild = ''

View file

@ -26,4 +26,4 @@ buildGoModule rec {
platforms = platforms.all;
maintainers = with maintainers; [ andrestylianos ];
};
}
}

View file

@ -53,4 +53,4 @@ in
symlinkJoin{
name = "packr";
paths = [p1 p2];
}
}

View file

@ -23,4 +23,4 @@ buildGoModule rec {
license = licenses.bsd3;
maintainers = with maintainers; [ groodt ];
};
}
}

View file

@ -24,4 +24,4 @@ buildGoModule rec {
license = licenses.mit;
description = "The new Azure Storage data transfer utility - AzCopy v10";
};
}
}

View file

@ -25,4 +25,4 @@ in buildGoModule rec {
license = licenses.asl20;
description = "Command line client for the Drone continuous integration server.";
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.asl20;
description = "Continuous Integration platform built on container technology";
};
}
}

View file

@ -20,4 +20,4 @@ buildGoModule rec {
maintainers = [ maintainers.manveru ];
platforms = platforms.unix;
};
}
}

View file

@ -25,4 +25,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ marsam spacekookie ];
};
}
}

View file

@ -20,4 +20,4 @@ buildGoModule rec {
license = licenses.bsd3;
platforms = platforms.unix;
};
}
}

View file

@ -22,4 +22,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ rvolosatovs kalbasit ];
};
}
}

View file

@ -23,4 +23,4 @@ buildGoModule rec {
maintainers = with stdenv.lib.maintainers; [ vdemeester rvolosatovs ];
license = stdenv.lib.licenses.bsd3;
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.bsd3;
maintainers = with maintainers; [ rvolosatovs ];
};
}
}

View file

@ -21,4 +21,4 @@ buildGoModule rec {
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
license = stdenv.lib.licenses.bsd3;
};
}
}

View file

@ -23,4 +23,4 @@ buildGoModule rec {
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
license = stdenv.lib.licenses.mit;
};
}
}

View file

@ -22,4 +22,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ endocrimes ];
};
}
}

View file

@ -47,4 +47,4 @@ buildGoModule rec {
# Do not copy this without a good reason for enabling
# In this case tools is heavily coupled with go itself and embeds paths.
allowGoReference = true;
}
}

View file

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ cswank ];
};
}
}

View file

@ -28,4 +28,4 @@ buildGoModule rec {
maintainers = with maintainers; [ jlesquembre ];
platforms = platforms.all;
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ dtzWill ];
};
}
}

View file

@ -25,4 +25,4 @@ buildGoModule rec {
license = licenses.bsd3;
maintainers = [ maintainers.marsam ];
};
}
}

View file

@ -23,4 +23,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = [ maintainers.marsam ];
};
}
}

View file

@ -26,4 +26,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin;
};
}
}

View file

@ -20,4 +20,4 @@ buildGoModule rec {
maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
};
}
}

View file

@ -22,4 +22,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin;
};
}
}

View file

@ -20,4 +20,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin;
};
}
}

View file

@ -27,4 +27,4 @@ buildGoModule {
license = licenses.mit;
maintainers = with maintainers; [ kalbasit ];
};
}
}

View file

@ -28,4 +28,4 @@ buildGoModule rec {
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin;
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.gpl3;
maintainers = with maintainers; [ yurrriq ];
};
}
}

View file

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ rvolosatovs ];
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
maintainers = with maintainers; [ rawkode filalex77 ];
platforms = platforms.unix;
};
}
}

View file

@ -27,4 +27,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ aaronjanse ];
};
}
}

View file

@ -20,4 +20,4 @@ buildGoModule rec {
license = licenses.mit;
homepage = "https://go.tacodewolff.nl/minify";
};
}
}

View file

@ -33,4 +33,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ rushmorem fpletz zimbatm filalex77 ];
};
}
}

View file

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ rushmorem rtreffer deltaevo ];
};
}
}

View file

@ -25,4 +25,4 @@ buildGoModule {
license = licenses.bsd3;
maintainers = with maintainers; [ rvolosatovs ];
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
maintainers = with maintainers; [ petabyteboy ];
platforms = platforms.all;
};
}
}

View file

@ -30,4 +30,4 @@ buildGoModule rec {
inherit (hasura-graphql-engine.meta) license homepage maintainers;
description = "Hasura GraphQL Engine CLI";
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
maintainers = with maintainers; [ ryantm ];
platforms = platforms.unix;
};
}
}

View file

@ -28,4 +28,4 @@ buildGoModule rec {
platforms = platforms.unix;
license = licenses.asl20;
};
}
}

View file

@ -27,4 +27,4 @@ buildGoModule rec {
homepage = "https://github.com/google/mtail";
description = "Tool for extracting metrics from application logs";
};
}
}

View file

@ -66,4 +66,4 @@ in
pname = "sensu-go-agent";
subPackages = [ "cmd/sensu-agent" ];
};
}
}

View file

@ -31,4 +31,4 @@ buildGoModule rec {
homepage = "https://www.influxdata.com/time-series-platform/telegraf/";
maintainers = with maintainers; [ mic92 roblabla foxit64 ];
};
}
}

View file

@ -30,4 +30,4 @@ buildGoModule rec {
maintainers = with maintainers; [ basvandijk ];
platforms = platforms.unix;
};
}
}

View file

@ -23,4 +23,4 @@ buildGoModule rec {
homepage = "https://influxdata.com/";
maintainers = with maintainers; [ offline zimbatm ];
};
}
}

View file

@ -22,4 +22,4 @@ buildGoModule rec {
maintainers = with maintainers; [ danbst ];
platforms = platforms.linux ++ platforms.darwin;
};
}
}

View file

@ -34,4 +34,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ vdemeester ];
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ minijackson ];
};
}
}

View file

@ -21,4 +21,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ filalex77 worldofpeace ];
};
}
}

View file

@ -33,4 +33,4 @@ buildGoModule rec {
passthru.tests = {
zsh-history-shell-integration = nixosTests.zsh-history;
};
}
}

View file

@ -26,4 +26,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ zimbatm ];
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.asl20;
platforms = platforms.unix;
};
}
}

View file

@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
};
}
}

View file

@ -26,4 +26,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ marsam ];
};
}
}

View file

@ -25,4 +25,4 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ suvash ];
};
}
}

View file

@ -29,4 +29,4 @@ buildGoModule rec {
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.linux;
};
}
}

View file

@ -31,4 +31,4 @@ buildGoModule rec {
description = "An archival restoration tool for PostgreSQL";
maintainers = [ stdenv.lib.maintainers.ocharles ];
};
}
}

View file

@ -21,4 +21,4 @@ buildGoModule rec {
# TODO: fix modules build on darwin
broken = stdenv.isDarwin;
};
}
}

View file

@ -34,4 +34,4 @@ buildGoModule rec {
maintainers = with maintainers; [ jhillyerd ];
platforms = platforms.all;
};
}
}

View file

@ -27,4 +27,4 @@ buildGoModule rec {
description = "A simple clipboard manager for Wayland";
platforms = platforms.linux;
};
}
}

View file

@ -20,4 +20,4 @@ buildGoModule rec {
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ aethelz ];
};
}
}

View file

@ -23,4 +23,4 @@ buildGoModule rec {
description = "A command line interface for pushing messages to gotify/server.";
maintainers = with maintainers; [ ma27 ];
};
}
}

Some files were not shown because too many files have changed in this diff Show more