forked from mirrors/nixpkgs
Merge pull request #178057 from risicle/ris-native-source-provenance-servers-tools-2
treewide/servers,shells,tools: add `sourceType` for more packages
This commit is contained in:
commit
1b47a92ce4
|
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "System-wide monitoring for newrelic";
|
description = "System-wide monitoring for newrelic";
|
||||||
homepage = "https://newrelic.com/";
|
homepage = "https://newrelic.com/";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ lnl7 ];
|
maintainers = with maintainers; [ lnl7 ];
|
||||||
|
|
|
@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "WMI client for Linux (binary)";
|
description = "WMI client for Linux (binary)";
|
||||||
homepage = "https://www.openvas.org";
|
homepage = "https://www.openvas.org";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
|
|
@ -49,6 +49,7 @@ in stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves";
|
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/";
|
homepage = "https://ombi.io/";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [ woky ];
|
maintainers = with maintainers; [ woky ];
|
||||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||||
|
|
|
@ -39,6 +39,7 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! ";
|
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;
|
license = licenses.bsl11;
|
||||||
homepage = "https://redpanda.com/";
|
homepage = "https://redpanda.com/";
|
||||||
maintainers = with maintainers; [ happysalada ];
|
maintainers = with maintainers; [ happysalada ];
|
||||||
|
|
|
@ -56,6 +56,7 @@ stdenv.mkDerivation (rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Open Source, Distributed, RESTful Search Engine";
|
description = "Open Source, Distributed, RESTful Search Engine";
|
||||||
|
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||||
license = if enableUnfree then licenses.elastic else licenses.asl20;
|
license = if enableUnfree then licenses.elastic else licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ apeschar basvandijk ];
|
maintainers = with maintainers; [ apeschar basvandijk ];
|
||||||
|
|
|
@ -72,6 +72,10 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Open Source, Distributed, RESTful Search Engine";
|
description = "Open Source, Distributed, RESTful Search Engine";
|
||||||
|
sourceProvenance = with lib.sourceTypes; [
|
||||||
|
binaryBytecode
|
||||||
|
binaryNativeCode
|
||||||
|
];
|
||||||
license = licenses.elastic;
|
license = licenses.elastic;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ apeschar basvandijk ];
|
maintainers = with maintainers; [ apeschar basvandijk ];
|
||||||
|
|
|
@ -74,6 +74,10 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Powerful cross-platform (Windows, Linux, and macOS) shell and scripting language based on .NET";
|
description = "Powerful cross-platform (Windows, Linux, and macOS) shell and scripting language based on .NET";
|
||||||
homepage = "https://github.com/PowerShell/PowerShell";
|
homepage = "https://github.com/PowerShell/PowerShell";
|
||||||
|
sourceProvenance = with sourceTypes; [
|
||||||
|
binaryBytecode
|
||||||
|
binaryNativeCode
|
||||||
|
];
|
||||||
maintainers = with maintainers; [ yrashk srgom p3psi ];
|
maintainers = with maintainers; [ yrashk srgom p3psi ];
|
||||||
mainProgram = "pwsh";
|
mainProgram = "pwsh";
|
||||||
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
|
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
|
||||||
|
|
|
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/coqui-ai/STT";
|
homepage = "https://github.com/coqui-ai/STT";
|
||||||
description = "Deep learning toolkit for Speech-to-Text, battle-tested in research and production";
|
description = "Deep learning toolkit for Speech-to-Text, battle-tested in research and production";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ rvolosatovs ];
|
maintainers = with maintainers; [ rvolosatovs ];
|
||||||
|
|
|
@ -187,6 +187,7 @@ in stdenv.mkDerivation rec {
|
||||||
800+ image files are tested. 90%+ distros in DistroWatch supported.
|
800+ image files are tested. 90%+ distros in DistroWatch supported.
|
||||||
'';
|
'';
|
||||||
changelog = "https://www.ventoy.net/doc_news.html";
|
changelog = "https://www.ventoy.net/doc_news.html";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "mipsel-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "mipsel-linux" ];
|
||||||
maintainers = with maintainers; [ k4leg ];
|
maintainers = with maintainers; [ k4leg ];
|
||||||
|
|
|
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool that aggressively optimizes the sizes of Zip archives";
|
description = "A tool that aggressively optimizes the sizes of Zip archives";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
homepage = "http://advsys.net/ken/utils.htm";
|
homepage = "http://advsys.net/ken/utils.htm";
|
||||||
maintainers = [ maintainers.sander ];
|
maintainers = [ maintainers.sander ];
|
||||||
|
|
|
@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A free cloud file storage service";
|
description = "A free cloud file storage service";
|
||||||
maintainers = with lib.maintainers; [ smironov jagajaga ];
|
maintainers = with lib.maintainers; [ smironov jagajaga ];
|
||||||
platforms = ["i686-linux" "x86_64-linux"];
|
platforms = ["i686-linux" "x86_64-linux"];
|
||||||
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Yandex.Disk console client for Linux lets you manage files on Disk without
|
Yandex.Disk console client for Linux lets you manage files on Disk without
|
||||||
|
|
|
@ -57,6 +57,12 @@ buildDotnetModule rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tracking application for A Link to the Past Randomizer";
|
description = "A tracking application for A Link to the Past Randomizer";
|
||||||
homepage = "https://github.com/trippsc2/OpenTracker";
|
homepage = "https://github.com/trippsc2/OpenTracker";
|
||||||
|
sourceProvenance = with sourceTypes; [
|
||||||
|
fromSource
|
||||||
|
# deps
|
||||||
|
binaryBytecode
|
||||||
|
binaryNativeCode
|
||||||
|
];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.ivar ];
|
maintainers = [ maintainers.ivar ];
|
||||||
mainProgram = "OpenTracker";
|
mainProgram = "OpenTracker";
|
||||||
|
|
|
@ -60,7 +60,10 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/google/agi/";
|
homepage = "https://github.com/google/agi/";
|
||||||
description = "Android GPU Inspector";
|
description = "Android GPU Inspector";
|
||||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
sourceProvenance = with sourceTypes; [
|
||||||
|
binaryBytecode
|
||||||
|
binaryNativeCode
|
||||||
|
];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = [ maintainers.ivar ];
|
maintainers = [ maintainers.ivar ];
|
||||||
|
|
|
@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tool that aggressively optimizes the sizes of PNG images";
|
description = "A tool that aggressively optimizes the sizes of PNG images";
|
||||||
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
license = lib.licenses.unfreeRedistributable;
|
license = lib.licenses.unfreeRedistributable;
|
||||||
homepage = "http://advsys.net/ken/utils.htm";
|
homepage = "http://advsys.net/ken/utils.htm";
|
||||||
platforms = lib.attrNames platforms;
|
platforms = lib.attrNames platforms;
|
||||||
|
|
|
@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Optional configuration tool for fxlinuxprint";
|
description = "Optional configuration tool for fxlinuxprint";
|
||||||
homepage = "https://onlinesupport.fujixerox.com";
|
homepage = "https://onlinesupport.fujixerox.com";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ delan ];
|
maintainers = with maintainers; [ delan ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Cross-platform benchmark";
|
description = "Cross-platform benchmark";
|
||||||
homepage = "https://geekbench.com/";
|
homepage = "https://geekbench.com/";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = [ maintainers.michalrus ];
|
maintainers = [ maintainers.michalrus ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
|
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Cross-platform benchmark";
|
description = "Cross-platform benchmark";
|
||||||
homepage = "https://geekbench.com/";
|
homepage = "https://geekbench.com/";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = [ maintainers.michalrus ];
|
maintainers = [ maintainers.michalrus ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
|
|
@ -53,6 +53,11 @@ let this = stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A data pipeline that helps you process logs and other event data from a variety of systems";
|
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";
|
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;
|
license = if enableUnfree then licenses.elastic else licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ wjlroe offline basvandijk ];
|
maintainers = with maintainers; [ wjlroe offline basvandijk ];
|
||||||
|
|
|
@ -68,6 +68,11 @@ let
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Logstash is a data pipeline that helps you process logs and other event data from a variety of systems";
|
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";
|
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;
|
license = if enableUnfree then licenses.elastic else licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ wjlroe offline basvandijk ];
|
maintainers = with maintainers; [ wjlroe offline basvandijk ];
|
||||||
|
|
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "CLI program for LSI MegaRAID cards, which also works with some Dell PERC RAID cards";
|
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;
|
license = lib.licenses.unfree;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -38,6 +38,7 @@ in stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A hosted VPN service that lets you securely extend LAN-like networks to distributed teams";
|
description = "A hosted VPN service that lets you securely extend LAN-like networks to distributed teams";
|
||||||
homepage = "https://secure.logmein.com/products/hamachi/";
|
homepage = "https://secure.logmein.com/products/hamachi/";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
|
@ -54,6 +54,7 @@ let
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A well known password manager";
|
description = "A well known password manager";
|
||||||
homepage = "https://www.enpass.io/";
|
homepage = "https://www.enpass.io/";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = [ "x86_64-linux" "i686-linux"];
|
platforms = [ "x86_64-linux" "i686-linux"];
|
||||||
maintainers = with maintainers; [ ewok ];
|
maintainers = with maintainers; [ ewok ];
|
||||||
|
|
|
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/zdia/gorilla/wiki";
|
homepage = "https://github.com/zdia/gorilla/wiki";
|
||||||
maintainers = [ lib.maintainers.namore ];
|
maintainers = [ lib.maintainers.namore ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "SCM Microsystems SCL011 chipcard reader user space driver";
|
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";
|
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/";
|
downloadPage = "https://support.identiv.com/scl010-scl011/";
|
||||||
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
maintainers = with maintainers; [ sephalon ];
|
maintainers = with maintainers; [ sephalon ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
|
@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool for managing secrets, this binary includes the UI";
|
description = "A tool for managing secrets, this binary includes the UI";
|
||||||
homepage = "https://www.vaultproject.io";
|
homepage = "https://www.vaultproject.io";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; teams.serokell.members ++ [ offline psyanticy Chili-Man techknowlogick ];
|
maintainers = with maintainers; teams.serokell.members ++ [ offline psyanticy Chili-Man techknowlogick ];
|
||||||
mainProgram = "vault";
|
mainProgram = "vault";
|
||||||
|
|
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://software.intel.com/content/www/us/en/develop/articles/intelr-memory-latency-checker.html";
|
homepage = "https://software.intel.com/content/www/us/en/develop/articles/intelr-memory-latency-checker.html";
|
||||||
description = "Intel Memory Latency Checker";
|
description = "Intel Memory Latency Checker";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ basvandijk ];
|
maintainers = with maintainers; [ basvandijk ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
|
|
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Text completion and compression using GPT-2";
|
description = "Text completion and compression using GPT-2";
|
||||||
homepage = "https://bellard.org/libnc/gpt2tc.html";
|
homepage = "https://bellard.org/libnc/gpt2tc.html";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ anna328p ];
|
maintainers = with maintainers; [ anna328p ];
|
||||||
|
|
|
@ -179,6 +179,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "VMWare tools for working with OVF, OVA, and VMX images";
|
description = "VMWare tools for working with OVF, OVA, and VMX images";
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ numinit wolfangaukang ];
|
maintainers = with maintainers; [ numinit wolfangaukang ];
|
||||||
platforms = builtins.attrNames ovftoolSystems;
|
platforms = builtins.attrNames ovftoolSystems;
|
||||||
|
|
Loading…
Reference in a new issue