···19 meta = with lib; {
20 description = "System-wide monitoring for newrelic";
21 homepage = "https://newrelic.com/";
022 license = licenses.unfree;
23 platforms = platforms.linux;
24 maintainers = with maintainers; [ lnl7 ];
···19 meta = with lib; {
20 description = "System-wide monitoring for newrelic";
21 homepage = "https://newrelic.com/";
22+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
23 license = licenses.unfree;
24 platforms = platforms.linux;
25 maintainers = with maintainers; [ lnl7 ];
+1
pkgs/servers/monitoring/plugins/wmic-bin.nix
···39 meta = with lib; {
40 description = "WMI client for Linux (binary)";
41 homepage = "https://www.openvas.org";
042 license = licenses.mit;
43 maintainers = with maintainers; [ peterhoeg ];
44 platforms = [ "x86_64-linux" ];
···39 meta = with lib; {
40 description = "WMI client for Linux (binary)";
41 homepage = "https://www.openvas.org";
42+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
43 license = licenses.mit;
44 maintainers = with maintainers; [ peterhoeg ];
45 platforms = [ "x86_64-linux" ];
+1
pkgs/servers/ombi/default.nix
···49 meta = with lib; {
50 description = "Self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves";
51 homepage = "https://ombi.io/";
052 license = licenses.gpl2Only;
53 maintainers = with maintainers; [ woky ];
54 platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
···49 meta = with lib; {
50 description = "Self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves";
51 homepage = "https://ombi.io/";
52+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
53 license = licenses.gpl2Only;
54 maintainers = with maintainers; [ woky ];
55 platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
+1
pkgs/servers/redpanda/default.nix
···3940 meta = with lib; {
41 description = "Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! ";
042 license = licenses.bsl11;
43 homepage = "https://redpanda.com/";
44 maintainers = with maintainers; [ happysalada ];
···3940 meta = with lib; {
41 description = "Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! ";
42+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
43 license = licenses.bsl11;
44 homepage = "https://redpanda.com/";
45 maintainers = with maintainers; [ happysalada ];
+1
pkgs/servers/search/elasticsearch/6.x.nix
···5657 meta = {
58 description = "Open Source, Distributed, RESTful Search Engine";
059 license = if enableUnfree then licenses.elastic else licenses.asl20;
60 platforms = platforms.unix;
61 maintainers = with maintainers; [ apeschar basvandijk ];
···5657 meta = {
58 description = "Open Source, Distributed, RESTful Search Engine";
59+ sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
60 license = if enableUnfree then licenses.elastic else licenses.asl20;
61 platforms = platforms.unix;
62 maintainers = with maintainers; [ apeschar basvandijk ];
···1920 meta = with lib; {
21 description = "A tool that aggressively optimizes the sizes of Zip archives";
022 license = licenses.unfree;
23 homepage = "http://advsys.net/ken/utils.htm";
24 maintainers = [ maintainers.sander ];
···1920 meta = with lib; {
21 description = "A tool that aggressively optimizes the sizes of Zip archives";
22+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
23 license = licenses.unfree;
24 homepage = "http://advsys.net/ken/utils.htm";
25 maintainers = [ maintainers.sander ];
+1
pkgs/tools/filesystems/yandex-disk/default.nix
···56 description = "A free cloud file storage service";
57 maintainers = with lib.maintainers; [ smironov jagajaga ];
58 platforms = ["i686-linux" "x86_64-linux"];
059 license = lib.licenses.unfree;
60 longDescription = ''
61 Yandex.Disk console client for Linux lets you manage files on Disk without
···56 description = "A free cloud file storage service";
57 maintainers = with lib.maintainers; [ smironov jagajaga ];
58 platforms = ["i686-linux" "x86_64-linux"];
59+ sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
60 license = lib.licenses.unfree;
61 longDescription = ''
62 Yandex.Disk console client for Linux lets you manage files on Disk without
+6
pkgs/tools/games/opentracker/default.nix
···57 meta = with lib; {
58 description = "A tracking application for A Link to the Past Randomizer";
59 homepage = "https://github.com/trippsc2/OpenTracker";
00000060 license = licenses.mit;
61 maintainers = [ maintainers.ivar ];
62 mainProgram = "OpenTracker";
···57 meta = with lib; {
58 description = "A tracking application for A Link to the Past Randomizer";
59 homepage = "https://github.com/trippsc2/OpenTracker";
60+ sourceProvenance = with sourceTypes; [
61+ fromSource
62+ # deps
63+ binaryBytecode
64+ binaryNativeCode
65+ ];
66 license = licenses.mit;
67 maintainers = [ maintainers.ivar ];
68 mainProgram = "OpenTracker";
···53 meta = with lib; {
54 description = "A data pipeline that helps you process logs and other event data from a variety of systems";
55 homepage = "https://www.elastic.co/products/logstash";
0000056 license = if enableUnfree then licenses.elastic else licenses.asl20;
57 platforms = platforms.unix;
58 maintainers = with maintainers; [ wjlroe offline basvandijk ];
···53 meta = with lib; {
54 description = "A data pipeline that helps you process logs and other event data from a variety of systems";
55 homepage = "https://www.elastic.co/products/logstash";
56+ sourceProvenance = with sourceTypes; [
57+ fromSource
58+ binaryBytecode # source bundles dependencies as jars
59+ binaryNativeCode # bundled jruby includes native code
60+ ];
61 license = if enableUnfree then licenses.elastic else licenses.asl20;
62 platforms = platforms.unix;
63 maintainers = with maintainers; [ wjlroe offline basvandijk ];
+5
pkgs/tools/misc/logstash/7.x.nix
···68 meta = with lib; {
69 description = "Logstash is a data pipeline that helps you process logs and other event data from a variety of systems";
70 homepage = "https://www.elastic.co/products/logstash";
0000071 license = if enableUnfree then licenses.elastic else licenses.asl20;
72 platforms = platforms.unix;
73 maintainers = with maintainers; [ wjlroe offline basvandijk ];
···68 meta = with lib; {
69 description = "Logstash is a data pipeline that helps you process logs and other event data from a variety of systems";
70 homepage = "https://www.elastic.co/products/logstash";
71+ sourceProvenance = with sourceTypes; [
72+ fromSource
73+ binaryBytecode # source bundles dependencies as jars
74+ binaryNativeCode # bundled jruby includes native code
75+ ];
76 license = if enableUnfree then licenses.elastic else licenses.asl20;
77 platforms = platforms.unix;
78 maintainers = with maintainers; [ wjlroe offline basvandijk ];
+1
pkgs/tools/misc/megacli/default.nix
···3435 meta = {
36 description = "CLI program for LSI MegaRAID cards, which also works with some Dell PERC RAID cards";
037 license = lib.licenses.unfree;
38 platforms = [ "x86_64-linux" ];
39 };
···3435 meta = {
36 description = "CLI program for LSI MegaRAID cards, which also works with some Dell PERC RAID cards";
37+ sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
38 license = lib.licenses.unfree;
39 platforms = [ "x86_64-linux" ];
40 };
+1
pkgs/tools/networking/logmein-hamachi/default.nix
···38 meta = with lib; {
39 description = "A hosted VPN service that lets you securely extend LAN-like networks to distributed teams";
40 homepage = "https://secure.logmein.com/products/hamachi/";
041 license = licenses.unfreeRedistributable;
42 maintainers = with maintainers; [ abbradar ];
43 platforms = platforms.linux;
···38 meta = with lib; {
39 description = "A hosted VPN service that lets you securely extend LAN-like networks to distributed teams";
40 homepage = "https://secure.logmein.com/products/hamachi/";
41+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
42 license = licenses.unfreeRedistributable;
43 maintainers = with maintainers; [ abbradar ];
44 platforms = platforms.linux;
+1
pkgs/tools/security/enpass/default.nix
···54 meta = with lib; {
55 description = "A well known password manager";
56 homepage = "https://www.enpass.io/";
057 license = licenses.unfree;
58 platforms = [ "x86_64-linux" "i686-linux"];
59 maintainers = with maintainers; [ ewok ];
···54 meta = with lib; {
55 description = "A well known password manager";
56 homepage = "https://www.enpass.io/";
57+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
58 license = licenses.unfree;
59 platforms = [ "x86_64-linux" "i686-linux"];
60 maintainers = with maintainers; [ ewok ];