buildGoPackage: remove platform.all from packages
This commit is contained in:
parent
42313b92bc
commit
a83a88db05
65 changed files with 0 additions and 65 deletions
|
@ -18,6 +18,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/sgreben/yeetgif";
|
||||
license = with licenses; [ mit asl20 cc-by-nc-sa-40 ];
|
||||
maintainers = with maintainers; [ ajs124 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,6 +26,5 @@ buildGoPackage rec {
|
|||
description = "Simple stock tracker implemented in go";
|
||||
homepage = "https://github.com/mop-tracker/mop";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,6 +23,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/alex2108/syncthing-tray";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ nickhu ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@ buildGoPackage rec {
|
|||
description = "Dedicated Chrome instance to log into captive portals without messing with DNS settings";
|
||||
homepage = "https://blog.filippo.io/captive-browser";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ volth ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,7 +21,6 @@ buildGoPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/adammck/terraform-inventory";
|
||||
description = "Terraform state to ansible inventory adapter";
|
||||
platforms = platforms.all;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ htr ];
|
||||
};
|
||||
|
|
|
@ -20,6 +20,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/shazow/ssh-chat";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ luc65r ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,6 +39,5 @@ buildGoPackage rec {
|
|||
homepage = "https://rclone.org";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ danielfullmer marsam ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,7 +18,6 @@ buildGoPackage rec {
|
|||
description = "Distributed code review system for Git repos";
|
||||
homepage = "https://github.com/google/git-appraise";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.vdemeester ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,7 +26,6 @@ buildGoPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/isacikgoz/gitin";
|
||||
description = "Text-based user interface for git";
|
||||
platforms = platforms.all;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ kimat ];
|
||||
};
|
||||
|
|
|
@ -17,6 +17,5 @@ buildGoPackage rec {
|
|||
description = "Compute various size metrics for a Git repository";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,6 +24,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/bazelbuild/buildtools";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ elasticdog uri-canva marsam ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,7 +23,6 @@ buildGoPackage rec {
|
|||
'';
|
||||
homepage = "https://github.com/DrakeW/corgi";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,7 +21,6 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/golang/dep";
|
||||
description = "Go dependency management tool";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ carlsverre rvolosatovs ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,6 +17,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/cortesi/devd";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ brianhicks ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,6 +20,5 @@ buildGoPackage {
|
|||
description = "Fast JSON serializer for golang";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ chiiruno ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,7 +19,6 @@ buildGoPackage rec {
|
|||
description = "Minimalist dependency manager for Go written in Go.";
|
||||
homepage = "https://github.com/sparrc/gdm";
|
||||
license = licenses.unlicense;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.mic92 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,6 +18,5 @@ buildGoPackage rec {
|
|||
description = "Whole Program LLVM: wllvm ported to go";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@ buildGoPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "Serve embedded files from jteeuwen/go-bindata";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ avnik ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,6 +20,5 @@ buildGoPackage {
|
|||
description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program";
|
||||
maintainers = with maintainers; [ cstrahan ];
|
||||
license = licenses.cc0;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,6 +19,5 @@ buildGoPackage rec {
|
|||
homepage = "https://${goPackagePath}";
|
||||
maintainers = with maintainers; [ cryptix ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,7 +44,6 @@ buildGoPackage rec {
|
|||
'';
|
||||
homepage = "https://github.com/stamblerre/gocode";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ kalbasit rvolosatovs ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,7 +39,6 @@ buildGoPackage rec {
|
|||
'';
|
||||
homepage = "https://github.com/mdempsky/gocode";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,6 +25,5 @@ buildGoPackage rec {
|
|||
description = "Linter for Go source code";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ jhillyerd ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@ buildGoPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/mitchellh/gox";
|
||||
description = "A dead simple, no frills Go cross compile tool";
|
||||
platforms = platforms.all;
|
||||
license = licenses.mpl20;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,7 +19,6 @@ buildGoPackage rec {
|
|||
description = "A command-line tool to incrementally drill down JSON";
|
||||
homepage = "https://github.com/simeji/jid";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ stesie ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,6 +17,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/cortesi/modd";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kierdavis ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,6 +23,5 @@ buildGoPackage rec {
|
|||
homepage = "https://www.openpolicyagent.org";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ lewo ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,6 +20,5 @@ buildGoPackage {
|
|||
description = "Fast, powerful, yet easy to use template engine for Go";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ chiiruno ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,6 +20,5 @@ buildGoPackage {
|
|||
description = "Embed files into a Go executable ";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ chiiruno ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,6 +23,5 @@ buildGoPackage rec {
|
|||
description = "Command line utility to live-reload your application.";
|
||||
homepage = "https://github.com/devlocker/tychus";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@ buildGoPackage rec {
|
|||
description = "A command line tool for Vultr services, a provider for cloud virtual private servers";
|
||||
homepage = "https://github.com/JamesClonk/vultr";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.zauberpony ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,7 +20,6 @@ buildGoPackage rec {
|
|||
description = ''Convert YAML <=> TOML <=> JSON <=> HCL'';
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ Profpatsch ];
|
||||
platforms = platforms.all;
|
||||
downloadPage = "https://github.com/sclevine/yj";
|
||||
updateWalker = true;
|
||||
inherit version;
|
||||
|
|
|
@ -20,6 +20,5 @@ buildGoPackage rec {
|
|||
homepage = "https://shopify.github.io/themekit/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ maintainers."1000101" ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,7 +32,6 @@ buildGoPackage rec {
|
|||
description = "Namecoin to DNS bridge daemon";
|
||||
homepage = "https://github.com/namecoin/ncdns";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
};
|
||||
|
||||
|
|
|
@ -25,6 +25,5 @@ buildGoPackage {
|
|||
description = "High performance media tagger and organizer";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ chiiruno ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -45,7 +45,6 @@ buildGoPackage {
|
|||
description = "High performance anonymous realtime imageboard";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ chiiruno ];
|
||||
platforms = platforms.all;
|
||||
broken = true; # Broken on Hydra since 2019-04-18:
|
||||
# https://hydra.nixos.org/build/98885902
|
||||
};
|
||||
|
|
|
@ -19,7 +19,6 @@ buildGoPackage rec {
|
|||
description = "Bot for Prometheus' Alertmanager";
|
||||
homepage = "https://github.com/metalmatze/alertmanager-bot";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ mmahut ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,6 +22,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/ribbybibby/s3_exporter";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.mmahut ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,6 +22,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/mvisonneau/gitlab-ci-pipelines-exporter";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.mmahut ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,6 +22,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/martin-helmich/prometheus-nginxlog-exporter";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ mmahut ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,6 +20,5 @@ buildGoPackage rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.swdunlop ];
|
||||
homepage = "https://nats.io/";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,6 +19,5 @@ buildGoPackage rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.swdunlop ];
|
||||
homepage = "https://nats.io/";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,6 +22,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/Comcast/trickster";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ maintainers."1000101" ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,6 +18,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/scaleway/scaleway-cli";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ nickhu ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,7 +24,6 @@ buildGoPackage rec {
|
|||
description = "Rsync for block devices and disk images";
|
||||
homepage = "https://github.com/dop251/diskrsync";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ jluttine ];
|
||||
};
|
||||
|
||||
|
|
|
@ -23,6 +23,5 @@ buildGoPackage rec {
|
|||
homepage = "https://${goPackagePath}";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.nicknovitski ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,6 +22,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/technosophos/dashing";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@ buildGoPackage rec {
|
|||
description = "Environment variables substitution for Go";
|
||||
homepage = "https://github.com/a8m/envsubst";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ nicknovitski ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@ buildGoPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/oem/lnch";
|
||||
description = "A small go app that launches a process and moves it out of the process group";
|
||||
platforms = platforms.all;
|
||||
license = licenses.publicDomain; # really I don't know
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,7 +25,6 @@ buildGoPackage rec {
|
|||
pass-through to standard make.
|
||||
'';
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.gabesoft ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,6 +35,5 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/variadico/noti";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ stites marsam ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,7 +21,6 @@ buildGoPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "http://docs.phraseapp.com";
|
||||
description = "PhraseApp API v2 Command Line Client";
|
||||
platforms = platforms.all;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ manveru ];
|
||||
};
|
||||
|
|
|
@ -36,6 +36,5 @@ buildGoPackage rec {
|
|||
license = licenses.mit;
|
||||
# It depends on the inputs, i guess? not sure about solaris, for instance. go supports it though
|
||||
# I hope nix can figure this out?! ¯\\_(ツ)_/¯
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,7 +22,6 @@ buildGoPackage rec {
|
|||
homepage = "https://www.teleconsole.com/";
|
||||
description = "Share your terminal session with people you trust";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
# Builds for Aarch64 not possible in the current release due to
|
||||
# incompatibilities further up the dependency chain.
|
||||
# See:
|
||||
|
|
|
@ -31,6 +31,5 @@ buildGoPackage rec {
|
|||
description = "Cowsay replacement with unicode and partial ansi escape support";
|
||||
license = stdenv.lib.licenses.cc0;
|
||||
maintainers = [ stdenv.lib.maintainers.chiiruno ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,7 +19,6 @@ buildGoPackage rec {
|
|||
description = "Most effective way for operating in Zabbix Server";
|
||||
homepage = "https://github.com/kovetskiy/zabbixctl";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ mmahut ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -75,7 +75,6 @@ in buildGoPackage rec {
|
|||
'';
|
||||
homepage = "https://www.datadoghq.com";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ thoughtpolice domenkozar rvl ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,7 +19,6 @@ buildGoPackage rec {
|
|||
description = "Live process collector for the DataDog Agent v6";
|
||||
homepage = "https://www.datadoghq.com";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ domenkozar rvl ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@ buildGoPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://rsc.io/2fa";
|
||||
description = "Two-factor authentication on the command line";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ rvolosatovs ];
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
|
|
|
@ -25,7 +25,6 @@ buildGoPackage rec {
|
|||
description = "aws-vault like tool for Okta authentication";
|
||||
license = licenses.mit;
|
||||
maintainers = [maintainers.imalsogreg];
|
||||
platforms = platforms.all;
|
||||
homepage = "https://github.com/segmentio/aws-okta";
|
||||
downloadPage = "https://github.com/segmentio/aws-okta";
|
||||
};
|
||||
|
|
|
@ -16,7 +16,6 @@ buildGoPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Tools to bootstrap CAs, certificate requests, and signed certificates";
|
||||
platforms = platforms.all;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ volth ];
|
||||
};
|
||||
|
|
|
@ -23,7 +23,6 @@ buildGoPackage rec {
|
|||
homepage = "https://github.com/AdRoll/hologram/";
|
||||
description = "Easy, painless AWS credentials on developer laptops.";
|
||||
maintainers = with maintainers; [ nand0p ];
|
||||
platforms = platforms.all;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,7 +19,6 @@ buildGoPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/monochromegane/the_platinum_searcher";
|
||||
description = "A code search tool similar to ack and the_silver_searcher(ag).";
|
||||
platforms = platforms.all;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,6 +21,5 @@ buildGoPackage rec {
|
|||
homepage = "https://sift-tool.org";
|
||||
maintainers = [ maintainers.carlsverre ];
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,7 +18,6 @@ buildGoPackage {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/shoenig/marathonctl";
|
||||
description = "CLI tool for Marathon";
|
||||
platforms = platforms.all;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ manveru ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue