···1919 meta = with lib; {
2020 description = "System-wide monitoring for newrelic";
2121 homepage = "https://newrelic.com/";
2222+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
2223 license = licenses.unfree;
2324 platforms = platforms.linux;
2425 maintainers = with maintainers; [ lnl7 ];
+1
pkgs/servers/monitoring/plugins/wmic-bin.nix
···3939 meta = with lib; {
4040 description = "WMI client for Linux (binary)";
4141 homepage = "https://www.openvas.org";
4242+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
4243 license = licenses.mit;
4344 maintainers = with maintainers; [ peterhoeg ];
4445 platforms = [ "x86_64-linux" ];
+1
pkgs/servers/ombi/default.nix
···4949 meta = with lib; {
5050 description = "Self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves";
5151 homepage = "https://ombi.io/";
5252+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
5253 license = licenses.gpl2Only;
5354 maintainers = with maintainers; [ woky ];
5455 platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
+1
pkgs/servers/redpanda/default.nix
···39394040 meta = with lib; {
4141 description = "Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! ";
4242+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
4243 license = licenses.bsl11;
4344 homepage = "https://redpanda.com/";
4445 maintainers = with maintainers; [ happysalada ];
+1
pkgs/servers/search/elasticsearch/6.x.nix
···56565757 meta = {
5858 description = "Open Source, Distributed, RESTful Search Engine";
5959+ sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
5960 license = if enableUnfree then licenses.elastic else licenses.asl20;
6061 platforms = platforms.unix;
6162 maintainers = with maintainers; [ apeschar basvandijk ];
···5353 meta = with lib; {
5454 description = "A data pipeline that helps you process logs and other event data from a variety of systems";
5555 homepage = "https://www.elastic.co/products/logstash";
5656+ sourceProvenance = with sourceTypes; [
5757+ fromSource
5858+ binaryBytecode # source bundles dependencies as jars
5959+ binaryNativeCode # bundled jruby includes native code
6060+ ];
5661 license = if enableUnfree then licenses.elastic else licenses.asl20;
5762 platforms = platforms.unix;
5863 maintainers = with maintainers; [ wjlroe offline basvandijk ];
+5
pkgs/tools/misc/logstash/7.x.nix
···6868 meta = with lib; {
6969 description = "Logstash is a data pipeline that helps you process logs and other event data from a variety of systems";
7070 homepage = "https://www.elastic.co/products/logstash";
7171+ sourceProvenance = with sourceTypes; [
7272+ fromSource
7373+ binaryBytecode # source bundles dependencies as jars
7474+ binaryNativeCode # bundled jruby includes native code
7575+ ];
7176 license = if enableUnfree then licenses.elastic else licenses.asl20;
7277 platforms = platforms.unix;
7378 maintainers = with maintainers; [ wjlroe offline basvandijk ];
+1
pkgs/tools/misc/megacli/default.nix
···34343535 meta = {
3636 description = "CLI program for LSI MegaRAID cards, which also works with some Dell PERC RAID cards";
3737+ sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
3738 license = lib.licenses.unfree;
3839 platforms = [ "x86_64-linux" ];
3940 };
+1
pkgs/tools/networking/logmein-hamachi/default.nix
···3838 meta = with lib; {
3939 description = "A hosted VPN service that lets you securely extend LAN-like networks to distributed teams";
4040 homepage = "https://secure.logmein.com/products/hamachi/";
4141+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
4142 license = licenses.unfreeRedistributable;
4243 maintainers = with maintainers; [ abbradar ];
4344 platforms = platforms.linux;
+1
pkgs/tools/security/enpass/default.nix
···5454 meta = with lib; {
5555 description = "A well known password manager";
5656 homepage = "https://www.enpass.io/";
5757+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
5758 license = licenses.unfree;
5859 platforms = [ "x86_64-linux" "i686-linux"];
5960 maintainers = with maintainers; [ ewok ];