buildGoModule: remove platform.all from packages

wip/yesman
zowoq 4 years ago committed by Jon
parent 78922caea3
commit 42313b92bc
  1. 1
      pkgs/applications/graphics/pdfcpu/default.nix
  2. 1
      pkgs/applications/misc/archiver/default.nix
  3. 1
      pkgs/applications/misc/geoipupdate/default.nix
  4. 1
      pkgs/applications/misc/remarkable/rmapi/default.nix
  5. 1
      pkgs/applications/misc/terminal-parrot/default.nix
  6. 1
      pkgs/applications/networking/cluster/atlantis/default.nix
  7. 1
      pkgs/applications/networking/cluster/kubeval/default.nix
  8. 1
      pkgs/applications/networking/mailreaders/hasmail/default.nix
  9. 1
      pkgs/applications/version-management/git-and-tools/git-bug/default.nix
  10. 1
      pkgs/applications/version-management/git-and-tools/lab/default.nix
  11. 1
      pkgs/development/compilers/tinygo/default.nix
  12. 1
      pkgs/development/interpreters/joker/default.nix
  13. 1
      pkgs/development/tools/build-managers/mage/default.nix
  14. 1
      pkgs/development/tools/conftest/default.nix
  15. 1
      pkgs/development/tools/doctl/default.nix
  16. 1
      pkgs/development/tools/go-task/default.nix
  17. 1
      pkgs/development/tools/hcloud/default.nix
  18. 1
      pkgs/development/tools/kubeprompt/default.nix
  19. 1
      pkgs/development/tools/packet-cli/default.nix
  20. 1
      pkgs/development/tools/vend/default.nix
  21. 1
      pkgs/servers/gortr/default.nix
  22. 1
      pkgs/servers/gotify/default.nix
  23. 1
      pkgs/servers/monitoring/prometheus/apcupsd-exporter.nix
  24. 1
      pkgs/tools/admin/eksctl/default.nix
  25. 1
      pkgs/tools/backup/kopia/default.nix
  26. 1
      pkgs/tools/misc/chezmoi/default.nix
  27. 1
      pkgs/tools/misc/libgen-cli/default.nix
  28. 1
      pkgs/tools/networking/clash/default.nix
  29. 1
      pkgs/tools/networking/dnsproxy/default.nix
  30. 1
      pkgs/tools/networking/frp/default.nix
  31. 1
      pkgs/tools/networking/nebula/default.nix
  32. 1
      pkgs/tools/networking/oneshot/default.nix
  33. 1
      pkgs/tools/networking/shadowfox/default.nix
  34. 1
      pkgs/tools/networking/yggdrasil/default.nix
  35. 1
      pkgs/tools/security/bettercap/default.nix
  36. 1
      pkgs/tools/security/browserpass/default.nix
  37. 1
      pkgs/tools/system/jump/default.nix

@ -22,6 +22,5 @@ buildGoModule rec {
homepage = "https://pdfcpu.io";
license = licenses.asl20;
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all;
};
}

@ -23,6 +23,5 @@ buildGoModule rec {
homepage = "https://github.com/mholt/archiver";
license = licenses.mit;
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.all;
};
}

@ -19,7 +19,6 @@ buildGoModule rec {
description = "Automatic GeoIP database updater";
homepage = "https://github.com/maxmind/geoipupdate";
license = with licenses; [ asl20 ];
platforms = platforms.all;
maintainers = with maintainers; [ das_j ];
};
}

@ -21,6 +21,5 @@ buildGoModule rec {
changelog = "https://github.com/juruen/rmapi/blob/v${version}/CHANGELOG.md";
license = licenses.agpl3;
maintainers = [ maintainers.nickhu ];
platforms = platforms.all;
};
}

@ -19,7 +19,6 @@ buildGoModule rec {
description = "Shows colorful, animated party parrot in your terminial";
homepage = "https://github.com/jmhobbs/terminal-parrot";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.heel ];
};
}

@ -20,7 +20,6 @@ buildGoModule rec {
meta = with stdenv.lib; {
homepage = "https://github.com/runatlantis/atlantis";
description = "Terraform Pull Request Automation";
platforms = platforms.all;
license = licenses.asl20;
maintainers = with maintainers; [ jpotier ];
};

@ -20,6 +20,5 @@ buildGoModule rec {
homepage = "https://github.com/instrumenta/kubeval";
license = licenses.asl20;
maintainers = with maintainers; [ johanot nicknovitski ];
platforms = platforms.all;
};
}

@ -38,6 +38,5 @@ buildGoModule rec {
homepage = "https://github.com/jonhoo/hasmail";
license = licenses.unlicense;
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all;
};
}

@ -33,7 +33,6 @@ buildGoModule rec {
description = "Distributed bug tracker embedded in Git";
homepage = "https://github.com/MichaelMure/git-bug";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ royneary ];
};
}

@ -31,6 +31,5 @@ buildGoModule rec {
homepage = "https://zaquestion.github.io/lab";
license = licenses.cc0;
maintainers = with maintainers; [ marsam dtzWill ];
platforms = platforms.all;
};
}

@ -47,6 +47,5 @@ buildGoModule rec {
description = "Go compiler for small places";
license = licenses.bsd3;
maintainers = with maintainers; [ chiiruno ];
platforms = platforms.all;
};
}

@ -25,7 +25,6 @@ buildGoModule rec {
homepage = "https://github.com/candid82/joker";
description = "A small Clojure interpreter and linter written in Go";
license = licenses.epl10;
platforms = platforms.all;
maintainers = with maintainers; [ andrestylianos ];
};
}

@ -27,6 +27,5 @@ buildGoModule rec {
homepage = "https://magefile.org/";
license = licenses.asl20;
maintainers = with maintainers; [ swdunlop ];
platforms = platforms.all;
};
}

@ -25,6 +25,5 @@ buildGoModule rec {
inherit (src.meta) homepage;
license = licenses.asl20;
maintainers = with maintainers; [ yurrriq ];
platforms = platforms.all;
};
}

@ -39,7 +39,6 @@ buildGoModule rec {
description = "A command line tool for DigitalOcean services";
homepage = "https://github.com/digitalocean/doctl";
license = licenses.asl20;
platforms = platforms.all;
maintainers = [ maintainers.siddharthist ];
};
}

@ -29,7 +29,6 @@ buildGoModule rec {
homepage = "https://taskfile.dev/";
description = "A task runner / simpler Make alternative written in Go";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ parasrah ];
};
}

@ -30,7 +30,6 @@ buildGoModule rec {
description = "A command-line interface for Hetzner Cloud, a provider for cloud virtual private servers";
homepage = "https://github.com/hetznercloud/cli";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.zauberpony ];
};
}

@ -27,6 +27,5 @@ buildGoModule rec {
homepage = "https://github.com/jlesquembre/kubeprompt";
license = licenses.epl20;
maintainers = with maintainers; [ jlesquembre ];
platforms = platforms.all;
};
}

@ -24,6 +24,5 @@ buildGoModule rec {
homepage = "https://github.com/packethost/packet-cli";
license = licenses.mit;
maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
};
}

@ -23,6 +23,5 @@ buildGoModule {
description = "A utility which vendors go code including c dependencies";
maintainers = with maintainers; [ c00w ];
license = licenses.mit;
platforms = platforms.all;
};
}

@ -19,6 +19,5 @@ buildGoModule rec {
homepage = "https://github.com/cloudflare/gortr/";
license = licenses.gpl3;
maintainers = with maintainers; [ petabyteboy ];
platforms = platforms.all;
};
}

@ -57,7 +57,6 @@ buildGoModule rec {
homepage = "https://gotify.net";
license = licenses.mit;
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all;
};
}

@ -22,6 +22,5 @@ buildGoModule rec {
homepage = "https://github.com/mdlayher/apcupsd_exporter";
license = licenses.mit;
maintainers = with maintainers; [ maintainers."1000101" mdlayher ];
platforms = platforms.all;
};
}

@ -36,7 +36,6 @@ buildGoModule rec {
description = "A CLI for Amazon EKS";
homepage = "https://github.com/weaveworks/eksctl";
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ xrelkd ];
};
}

@ -31,7 +31,6 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://kopia.io";
description = "Cross-platform backup tool with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication";
platforms = platforms.all;
license = licenses.asl20;
maintainers = [ maintainers.bbigras ];
};

@ -34,6 +34,5 @@ buildGoModule rec {
description = "Manage your dotfiles across multiple machines, securely";
license = licenses.mit;
maintainers = with maintainers; [ jhillyerd ];
platforms = platforms.all;
};
}

@ -35,7 +35,6 @@ buildGoModule rec {
contents.
'';
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ zaninime ];
};
}

@ -25,6 +25,5 @@ buildGoModule rec {
homepage = "https://github.com/Dreamacro/clash";
license = licenses.gpl3;
maintainers = with maintainers; [ contrun filalex77 ];
platforms = platforms.all;
};
}

@ -20,6 +20,5 @@ buildGoModule rec {
homepage = "https://github.com/AdguardTeam/dnsproxy";
license = licenses.gpl3;
maintainers = with maintainers; [ contrun ];
platforms = platforms.all;
};
}

@ -28,6 +28,5 @@ buildGoModule rec {
homepage = "https://github.com/fatedier/frp";
license = licenses.asl20;
maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
};
}

@ -39,7 +39,6 @@ buildGoModule rec {
homepage = "https://github.com/slackhq/nebula";
license = licenses.mit;
maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
};
}

@ -22,6 +22,5 @@ buildGoModule rec {
homepage = "https://github.com/raphaelreyna/oneshot";
license = licenses.mit;
maintainers = with maintainers; [ edibopp ];
platforms = platforms.all;
};
}

@ -24,7 +24,6 @@ buildGoModule rec {
'';
homepage = "https://overdodactyl.github.io/ShadowFox/";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ infinisil ];
};
}

@ -36,7 +36,6 @@ buildGoModule rec {
"An experiment in scalable routing as an encrypted IPv6 overlay network";
homepage = "https://yggdrasil-network.github.io/";
license = licenses.lgpl3;
platforms = platforms.all;
maintainers = with maintainers; [ ehmry gazally lassulus ];
};
}

@ -34,6 +34,5 @@ buildGoModule rec {
homepage = "https://www.bettercap.org/";
license = with licenses; gpl3;
maintainers = with maintainers; [ y0no ];
platforms = platforms.all;
};
}

@ -50,7 +50,6 @@ buildGoModule rec {
description = "Browserpass native client app";
homepage = "https://github.com/browserpass/browserpass-native";
license = licenses.isc;
platforms = platforms.all;
maintainers = with maintainers; [ rvolosatovs infinisil ];
};
}

@ -36,7 +36,6 @@ buildGoModule rec {
'';
homepage = "https://github.com/gsamokovarov/jump";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ sondr3 ];
};
}

Loading…
Cancel
Save