forked from mirrors/nixpkgs
buildGoModule packages: editorconfig fixes
This commit is contained in:
parent
4e8f320123
commit
3c5750d1cd
|
@ -21,4 +21,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ehmry filalex77 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ doronbehar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,4 +23,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,4 +21,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = [ maintainers.rbasso ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,4 +20,4 @@ buildGoModule rec {
|
|||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ das_j ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ skykanin ];
|
||||
homepage = "https://github.com/GeertJohan/gomatrix";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,4 +24,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ uvnikita ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,4 +20,4 @@ buildGoModule rec {
|
|||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.heel ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ jpotier ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,4 +20,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ atkinschang ];
|
||||
platforms = platforms.darwin;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,4 +24,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ tadfisher atkinschang ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,4 +23,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ Gonzih filalex77 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@ buildGoModule rec {
|
|||
maintainers = with lib.maintainers; [ eliasp ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,4 +39,4 @@ buildGoModule rec {
|
|||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ kuznero jlesquembre ngerstle ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,4 +23,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ groodt ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -20,4 +20,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ johanot nicknovitski ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,4 +21,4 @@ buildGoModule {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ Gonzih ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -63,4 +63,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,4 +24,4 @@ buildGoModule rec {
|
|||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ basvandijk ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,4 @@ buildGoModule rec {
|
|||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ gila ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,4 +30,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,4 +23,4 @@ buildGoModule rec {
|
|||
maintainers = [ maintainers.doronbehar ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,4 +21,4 @@ buildGoModule rec {
|
|||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ jglukasik ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -38,4 +38,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ doronbehar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,4 +30,4 @@ buildGoModule rec {
|
|||
badPlatforms = platforms.darwin;
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
maintainers = [ maintainers.bjornfor ];
|
||||
license = licenses.bsd2;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,4 +29,4 @@ buildGoModule rec {
|
|||
maintainers = with stdenv.lib.maintainers; [ sigma ];
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,4 +35,4 @@ buildGoModule rec {
|
|||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ royneary ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,4 +31,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ marsam dtzWill ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rencire ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -57,4 +57,4 @@ in buildPythonPackage rec {
|
|||
license = licenses.agpl3;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,4 +79,4 @@ in buildPythonPackage rec {
|
|||
license = licenses.agpl3;
|
||||
maintainers = with maintainers; [ eadwu ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,4 @@ buildGoModule rec {
|
|||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ xrelkd ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,4 +33,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ andrew-d ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ buildGoModule rec {
|
|||
rev = "v${version}";
|
||||
sha256 = "0das5z5y2x1970yi9c4yssxvwrrjhdmsj495q0r5mb02amvc954v";
|
||||
};
|
||||
|
||||
|
||||
overrideModAttrs = (_: {
|
||||
patches = [];
|
||||
preBuild = ''
|
||||
|
|
|
@ -26,4 +26,4 @@ buildGoModule rec {
|
|||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ andrestylianos ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,4 +53,4 @@ in
|
|||
symlinkJoin{
|
||||
name = "packr";
|
||||
paths = [p1 p2];
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,4 +23,4 @@ buildGoModule rec {
|
|||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ groodt ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,4 +24,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
description = "The new Azure Storage data transfer utility - AzCopy v10";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@ in buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
description = "Command line client for the Drone continuous integration server.";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
description = "Continuous Integration platform built on container technology";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,4 +20,4 @@ buildGoModule rec {
|
|||
maintainers = [ maintainers.manveru ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ marsam spacekookie ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,4 +20,4 @@ buildGoModule rec {
|
|||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rvolosatovs kalbasit ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,4 +23,4 @@ buildGoModule rec {
|
|||
maintainers = with stdenv.lib.maintainers; [ vdemeester rvolosatovs ];
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ rvolosatovs ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,4 +21,4 @@ buildGoModule rec {
|
|||
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,4 +23,4 @@ buildGoModule rec {
|
|||
maintainers = with stdenv.lib.maintainers; [ vdemeester ];
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ endocrimes ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,4 +21,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ cswank ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,4 +28,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ jlesquembre ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@ buildGoModule rec {
|
|||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.marsam ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,4 +23,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = [ maintainers.marsam ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,4 +26,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,4 +20,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,4 +20,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,4 +27,4 @@ buildGoModule {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,4 +28,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ kalbasit ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ yurrriq ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,4 +21,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rvolosatovs ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ rawkode filalex77 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,4 +27,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ aaronjanse ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,4 +20,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
homepage = "https://go.tacodewolff.nl/minify";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,4 +33,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rushmorem fpletz zimbatm filalex77 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,4 +21,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rushmorem rtreffer deltaevo ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@ buildGoModule {
|
|||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ rvolosatovs ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ petabyteboy ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,4 +30,4 @@ buildGoModule rec {
|
|||
inherit (hasura-graphql-engine.meta) license homepage maintainers;
|
||||
description = "Hasura GraphQL Engine CLI";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ ryantm ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,4 +28,4 @@ buildGoModule rec {
|
|||
platforms = platforms.unix;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,4 +27,4 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/google/mtail";
|
||||
description = "Tool for extracting metrics from application logs";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -66,4 +66,4 @@ in
|
|||
pname = "sensu-go-agent";
|
||||
subPackages = [ "cmd/sensu-agent" ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,4 +31,4 @@ buildGoModule rec {
|
|||
homepage = "https://www.influxdata.com/time-series-platform/telegraf/";
|
||||
maintainers = with maintainers; [ mic92 roblabla foxit64 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,4 +30,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ basvandijk ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,4 +23,4 @@ buildGoModule rec {
|
|||
homepage = "https://influxdata.com/";
|
||||
maintainers = with maintainers; [ offline zimbatm ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ danbst ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,4 +34,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ vdemeester ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ minijackson ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,4 +21,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ filalex77 worldofpeace ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,4 +33,4 @@ buildGoModule rec {
|
|||
passthru.tests = {
|
||||
zsh-history-shell-integration = nixosTests.zsh-history;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,4 +26,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ zimbatm ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,4 +19,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.marsam ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,4 +26,4 @@ buildGoModule rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ marsam ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ suvash ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,4 +29,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ doronbehar ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,4 +31,4 @@ buildGoModule rec {
|
|||
description = "An archival restoration tool for PostgreSQL";
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,4 +21,4 @@ buildGoModule rec {
|
|||
# TODO: fix modules build on darwin
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,4 +34,4 @@ buildGoModule rec {
|
|||
maintainers = with maintainers; [ jhillyerd ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,4 +27,4 @@ buildGoModule rec {
|
|||
description = "A simple clipboard manager for Wayland";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,4 +20,4 @@ buildGoModule rec {
|
|||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ aethelz ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
Loading…
Reference in a new issue