treewide/servers,shells,tools: add sourceType for more packages

main
Robert Scott 2 years ago
parent 16c19219d3
commit 3d6c926c4f
  1. 1
      pkgs/servers/monitoring/newrelic-sysmond/default.nix
  2. 1
      pkgs/servers/monitoring/plugins/wmic-bin.nix
  3. 1
      pkgs/servers/ombi/default.nix
  4. 1
      pkgs/servers/redpanda/default.nix
  5. 1
      pkgs/servers/search/elasticsearch/6.x.nix
  6. 4
      pkgs/servers/search/elasticsearch/7.x.nix
  7. 4
      pkgs/shells/powershell/default.nix
  8. 1
      pkgs/tools/audio/stt/default.nix
  9. 1
      pkgs/tools/cd-dvd/ventoy-bin/default.nix
  10. 1
      pkgs/tools/compression/kzipmix/default.nix
  11. 1
      pkgs/tools/filesystems/yandex-disk/default.nix
  12. 6
      pkgs/tools/games/opentracker/default.nix
  13. 5
      pkgs/tools/graphics/agi/default.nix
  14. 1
      pkgs/tools/graphics/pngout/default.nix
  15. 1
      pkgs/tools/misc/fxlinuxprintutil/default.nix
  16. 1
      pkgs/tools/misc/geekbench/4.nix
  17. 1
      pkgs/tools/misc/geekbench/default.nix
  18. 5
      pkgs/tools/misc/logstash/6.x.nix
  19. 5
      pkgs/tools/misc/logstash/7.x.nix
  20. 1
      pkgs/tools/misc/megacli/default.nix
  21. 1
      pkgs/tools/networking/logmein-hamachi/default.nix
  22. 1
      pkgs/tools/security/enpass/default.nix
  23. 1
      pkgs/tools/security/gorilla-bin/default.nix
  24. 1
      pkgs/tools/security/pcsc-scm-scl011/default.nix
  25. 1
      pkgs/tools/security/vault/vault-bin.nix
  26. 1
      pkgs/tools/system/mlc/default.nix
  27. 1
      pkgs/tools/text/gpt2tc/default.nix
  28. 1
      pkgs/tools/virtualization/ovftool/default.nix

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "System-wide monitoring for newrelic";
homepage = "https://newrelic.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ lnl7 ];

@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "WMI client for Linux (binary)";
homepage = "https://www.openvas.org";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
platforms = [ "x86_64-linux" ];

@ -49,6 +49,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "Self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves";
homepage = "https://ombi.io/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl2Only;
maintainers = with maintainers; [ woky ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];

@ -39,6 +39,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! ";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.bsl11;
homepage = "https://redpanda.com/";
maintainers = with maintainers; [ happysalada ];

@ -56,6 +56,7 @@ stdenv.mkDerivation (rec {
meta = {
description = "Open Source, Distributed, RESTful Search Engine";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = if enableUnfree then licenses.elastic else licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ apeschar basvandijk ];

@ -72,6 +72,10 @@ stdenv.mkDerivation rec {
meta = {
description = "Open Source, Distributed, RESTful Search Engine";
sourceProvenance = with lib.sourceTypes; [
binaryBytecode
binaryNativeCode
];
license = licenses.elastic;
platforms = platforms.unix;
maintainers = with maintainers; [ apeschar basvandijk ];

@ -74,6 +74,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Powerful cross-platform (Windows, Linux, and macOS) shell and scripting language based on .NET";
homepage = "https://github.com/PowerShell/PowerShell";
sourceProvenance = with sourceTypes; [
binaryBytecode
binaryNativeCode
];
maintainers = with maintainers; [ yrashk srgom p3psi ];
mainProgram = "pwsh";
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];

@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/coqui-ai/STT";
description = "Deep learning toolkit for Speech-to-Text, battle-tested in research and production";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mpl20;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ rvolosatovs ];

@ -187,6 +187,7 @@ in stdenv.mkDerivation rec {
800+ image files are tested. 90%+ distros in DistroWatch supported.
'';
changelog = "https://www.ventoy.net/doc_news.html";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl3Plus;
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "mipsel-linux" ];
maintainers = with maintainers; [ k4leg ];

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A tool that aggressively optimizes the sizes of Zip archives";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
homepage = "http://advsys.net/ken/utils.htm";
maintainers = [ maintainers.sander ];

@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
description = "A free cloud file storage service";
maintainers = with lib.maintainers; [ smironov jagajaga ];
platforms = ["i686-linux" "x86_64-linux"];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
longDescription = ''
Yandex.Disk console client for Linux lets you manage files on Disk without

@ -57,6 +57,12 @@ buildDotnetModule rec {
meta = with lib; {
description = "A tracking application for A Link to the Past Randomizer";
homepage = "https://github.com/trippsc2/OpenTracker";
sourceProvenance = with sourceTypes; [
fromSource
# deps
binaryBytecode
binaryNativeCode
];
license = licenses.mit;
maintainers = [ maintainers.ivar ];
mainProgram = "OpenTracker";

@ -60,7 +60,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/google/agi/";
description = "Android GPU Inspector";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
sourceProvenance = with sourceTypes; [
binaryBytecode
binaryNativeCode
];
license = licenses.asl20;
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.ivar ];

@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A tool that aggressively optimizes the sizes of PNG images";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfreeRedistributable;
homepage = "http://advsys.net/ken/utils.htm";
platforms = lib.attrNames platforms;

@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Optional configuration tool for fxlinuxprint";
homepage = "https://onlinesupport.fujixerox.com";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ delan ];
platforms = platforms.linux;

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Cross-platform benchmark";
homepage = "https://geekbench.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = [ maintainers.michalrus ];
platforms = [ "x86_64-linux" ];

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Cross-platform benchmark";
homepage = "https://geekbench.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = [ maintainers.michalrus ];
platforms = [ "x86_64-linux" ];

@ -53,6 +53,11 @@ let this = stdenv.mkDerivation rec {
meta = with lib; {
description = "A data pipeline that helps you process logs and other event data from a variety of systems";
homepage = "https://www.elastic.co/products/logstash";
sourceProvenance = with sourceTypes; [
fromSource
binaryBytecode # source bundles dependencies as jars
binaryNativeCode # bundled jruby includes native code
];
license = if enableUnfree then licenses.elastic else licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ wjlroe offline basvandijk ];

@ -68,6 +68,11 @@ let
meta = with lib; {
description = "Logstash is a data pipeline that helps you process logs and other event data from a variety of systems";
homepage = "https://www.elastic.co/products/logstash";
sourceProvenance = with sourceTypes; [
fromSource
binaryBytecode # source bundles dependencies as jars
binaryNativeCode # bundled jruby includes native code
];
license = if enableUnfree then licenses.elastic else licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ wjlroe offline basvandijk ];

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
meta = {
description = "CLI program for LSI MegaRAID cards, which also works with some Dell PERC RAID cards";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
};

@ -38,6 +38,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "A hosted VPN service that lets you securely extend LAN-like networks to distributed teams";
homepage = "https://secure.logmein.com/products/hamachi/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux;

@ -54,6 +54,7 @@ let
meta = with lib; {
description = "A well known password manager";
homepage = "https://www.enpass.io/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" "i686-linux"];
maintainers = with maintainers; [ ewok ];

@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/zdia/gorilla/wiki";
maintainers = [ lib.maintainers.namore ];
platforms = [ "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.gpl2;
};
}

@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
description = "SCM Microsystems SCL011 chipcard reader user space driver";
homepage = "https://www.scm-pc-card.de/index.php?lang=en&page=product&function=show_product&product_id=630";
downloadPage = "https://support.identiv.com/scl010-scl011/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ sephalon ];
platforms = platforms.linux;

@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A tool for managing secrets, this binary includes the UI";
homepage = "https://www.vaultproject.io";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mpl20;
maintainers = with maintainers; teams.serokell.members ++ [ offline psyanticy Chili-Man techknowlogick ];
mainProgram = "vault";

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://software.intel.com/content/www/us/en/develop/articles/intelr-memory-latency-checker.html";
description = "Intel Memory Latency Checker";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ basvandijk ];
platforms = with platforms; linux;

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Text completion and compression using GPT-2";
homepage = "https://bellard.org/libnc/gpt2tc.html";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ anna328p ];

@ -179,6 +179,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "VMWare tools for working with OVF, OVA, and VMX images";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ numinit wolfangaukang ];
platforms = builtins.attrNames ovftoolSystems;

Loading…
Cancel
Save