buildGoPackage: remove platform.all from packages

This commit is contained in:
zowoq 2020-07-29 15:26:59 +10:00 committed by Jon
parent 42313b92bc
commit a83a88db05
65 changed files with 0 additions and 65 deletions

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -23,6 +23,5 @@ buildGoPackage rec {
homepage = "https://github.com/alex2108/syncthing-tray";
license = licenses.mit;
maintainers = with maintainers; [ nickhu ];
platforms = platforms.all;
};
}

View file

@ -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 ];
};
}

View file

@ -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 ];
};

View file

@ -20,6 +20,5 @@ buildGoPackage rec {
homepage = "https://github.com/shazow/ssh-chat";
license = licenses.mit;
maintainers = with maintainers; [ luc65r ];
platforms = platforms.all;
};
}

View file

@ -39,6 +39,5 @@ buildGoPackage rec {
homepage = "https://rclone.org";
license = licenses.mit;
maintainers = with maintainers; [ danielfullmer marsam ];
platforms = platforms.all;
};
}

View file

@ -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 ];
};
}

View file

@ -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 ];
};

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -23,7 +23,6 @@ buildGoPackage rec {
'';
homepage = "https://github.com/DrakeW/corgi";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ kalbasit ];
};
}

View file

@ -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 ];
};
}

View file

@ -17,6 +17,5 @@ buildGoPackage rec {
homepage = "https://github.com/cortesi/devd";
license = licenses.mit;
maintainers = with maintainers; [ brianhicks ];
platforms = platforms.all;
};
}

View file

@ -20,6 +20,5 @@ buildGoPackage {
description = "Fast JSON serializer for golang";
license = licenses.mit;
maintainers = with maintainers; [ chiiruno ];
platforms = platforms.all;
};
}

View file

@ -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 ];
};
}

View file

@ -18,6 +18,5 @@ buildGoPackage rec {
description = "Whole Program LLVM: wllvm ported to go";
license = licenses.bsd3;
maintainers = with maintainers; [ dtzWill ];
platforms = platforms.all;
};
}

View file

@ -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 ];
};
}

View file

@ -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;
};
}

View file

@ -19,6 +19,5 @@ buildGoPackage rec {
homepage = "https://${goPackagePath}";
maintainers = with maintainers; [ cryptix ];
license = licenses.mit;
platforms = platforms.all;
};
}

View file

@ -44,7 +44,6 @@ buildGoPackage rec {
'';
homepage = "https://github.com/stamblerre/gocode";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ kalbasit rvolosatovs ];
};
}

View file

@ -39,7 +39,6 @@ buildGoPackage rec {
'';
homepage = "https://github.com/mdempsky/gocode";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ kalbasit ];
};
}

View file

@ -25,6 +25,5 @@ buildGoPackage rec {
description = "Linter for Go source code";
license = licenses.bsd3;
maintainers = with maintainers; [ jhillyerd ];
platforms = platforms.all;
};
}

View file

@ -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;
};
}

View file

@ -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 ];
};
}

View file

@ -17,6 +17,5 @@ buildGoPackage rec {
homepage = "https://github.com/cortesi/modd";
license = licenses.mit;
maintainers = with maintainers; [ kierdavis ];
platforms = platforms.all;
};
}

View file

@ -23,6 +23,5 @@ buildGoPackage rec {
homepage = "https://www.openpolicyagent.org";
license = licenses.asl20;
maintainers = with maintainers; [ lewo ];
platforms = platforms.all;
};
}

View file

@ -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;
};
}

View file

@ -20,6 +20,5 @@ buildGoPackage {
description = "Embed files into a Go executable ";
license = licenses.asl20;
maintainers = with maintainers; [ chiiruno ];
platforms = platforms.all;
};
}

View file

@ -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;
};
}

View file

@ -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 ];
};
}

View file

@ -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;

View file

@ -20,6 +20,5 @@ buildGoPackage rec {
homepage = "https://shopify.github.io/themekit/";
license = licenses.mit;
maintainers = with maintainers; [ maintainers."1000101" ];
platforms = platforms.all;
};
}

View file

@ -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 ];
};

View file

@ -25,6 +25,5 @@ buildGoPackage {
description = "High performance media tagger and organizer";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ chiiruno ];
platforms = platforms.all;
};
}

View file

@ -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
};

View file

@ -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 ];
};
}

View file

@ -22,6 +22,5 @@ buildGoPackage rec {
homepage = "https://github.com/ribbybibby/s3_exporter";
license = licenses.asl20;
maintainers = [ maintainers.mmahut ];
platforms = platforms.all;
};
}

View file

@ -22,6 +22,5 @@ buildGoPackage rec {
homepage = "https://github.com/mvisonneau/gitlab-ci-pipelines-exporter";
license = licenses.asl20;
maintainers = [ maintainers.mmahut ];
platforms = platforms.all;
};
}

View file

@ -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;
};
}

View file

@ -20,6 +20,5 @@ buildGoPackage rec {
license = licenses.asl20;
maintainers = [ maintainers.swdunlop ];
homepage = "https://nats.io/";
platforms = platforms.all;
};
}

View file

@ -19,6 +19,5 @@ buildGoPackage rec {
license = licenses.asl20;
maintainers = [ maintainers.swdunlop ];
homepage = "https://nats.io/";
platforms = platforms.all;
};
}

View file

@ -22,6 +22,5 @@ buildGoPackage rec {
homepage = "https://github.com/Comcast/trickster";
license = licenses.asl20;
maintainers = with maintainers; [ maintainers."1000101" ];
platforms = platforms.all;
};
}

View file

@ -18,6 +18,5 @@ buildGoPackage rec {
homepage = "https://github.com/scaleway/scaleway-cli";
license = licenses.mit;
maintainers = with maintainers; [ nickhu ];
platforms = platforms.all;
};
}

View file

@ -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 ];
};

View file

@ -23,6 +23,5 @@ buildGoPackage rec {
homepage = "https://${goPackagePath}";
license = licenses.asl20;
maintainers = [ maintainers.nicknovitski ];
platforms = platforms.all;
};
}

View file

@ -22,6 +22,5 @@ buildGoPackage rec {
homepage = "https://github.com/technosophos/dashing";
license = licenses.mit;
maintainers = [ ];
platforms = platforms.all;
};
}

View file

@ -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 ];
};
}

View file

@ -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
};
}

View file

@ -25,7 +25,6 @@ buildGoPackage rec {
pass-through to standard make.
'';
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.gabesoft ];
};
}

View file

@ -35,6 +35,5 @@ buildGoPackage rec {
homepage = "https://github.com/variadico/noti";
license = licenses.mit;
maintainers = with maintainers; [ stites marsam ];
platforms = platforms.all;
};
}

View file

@ -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 ];
};

View file

@ -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;
};
}

View file

@ -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:

View file

@ -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;
};
}

View file

@ -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 ];
};
}

View file

@ -75,7 +75,6 @@ in buildGoPackage rec {
'';
homepage = "https://www.datadoghq.com";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ thoughtpolice domenkozar rvl ];
};
}

View file

@ -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 ];
};
}

View file

@ -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;
};

View file

@ -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";
};

View file

@ -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 ];
};

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -21,6 +21,5 @@ buildGoPackage rec {
homepage = "https://sift-tool.org";
maintainers = [ maintainers.carlsverre ];
license = licenses.gpl3;
platforms = platforms.all;
};
}

View file

@ -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 ];
};