···17 meta = flatbuffers.meta // {
18 description = "Python runtime library for use with the Flatbuffers serialization format";
19 maintainers = with lib.maintainers; [ wulfsta ];
020 };
21}
···17 meta = flatbuffers.meta // {
18 description = "Python runtime library for use with the Flatbuffers serialization format";
19 maintainers = with lib.maintainers; [ wulfsta ];
20+ mainProgram = "flatc";
21 };
22}
···68 description = "A Root-CA for code signing certs - issuing certificates based on an OIDC email address";
69 license = licenses.asl20;
70 maintainers = with maintainers; [ lesuisse jk ];
071 };
72}
···68 description = "A Root-CA for code signing certs - issuing certificates based on an OIDC email address";
69 license = licenses.asl20;
70 maintainers = with maintainers; [ lesuisse jk ];
71+ mainProgram = "fulcio-server";
72 };
73}
+1
pkgs/tools/security/go365/default.nix
···26 homepage = "https://github.com/optiv/Go365";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];
029 };
30}
···26 homepage = "https://github.com/optiv/Go365";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];
29+ mainProgram = "Go365";
30 };
31}
···28 homepage = "https://github.com/redcode-labs/SNOWCRASH";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members;
031 };
32}
···28 homepage = "https://github.com/redcode-labs/SNOWCRASH";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members;
31+ mainProgram = "SNOWCRASH";
32 };
33}
+1
pkgs/tools/security/solo2-cli/default.nix
···45 homepage = "https://github.com/solokeys/solo2-cli";
46 license = with licenses; [ asl20 mit ]; # either at your option
47 maintainers = with maintainers; [ lukegb ];
048 };
49}
···45 homepage = "https://github.com/solokeys/solo2-cli";
46 license = with licenses; [ asl20 mit ]; # either at your option
47 maintainers = with maintainers; [ lukegb ];
48+ mainProgram = "solo2";
49 };
50}
+1
pkgs/tools/system/natscli/default.nix
···21 homepage = "https://github.com/nats-io/natscli";
22 license = with licenses; [ asl20 ];
23 maintainers = with maintainers; [ fab ];
024 };
25}
···21 homepage = "https://github.com/nats-io/natscli";
22 license = with licenses; [ asl20 ];
23 maintainers = with maintainers; [ fab ];
24+ mainProgram = "nats";
25 };
26}
+1
pkgs/tools/system/plan9port/default.nix
···101 ftrvxmtrx
102 kovirobi
103 ];
0104 platforms = platforms.unix;
105 # TODO: revisit this when the sdk situation on x86_64-darwin changes
106 broken = stdenv.isDarwin && stdenv.isx86_64;
···101 ftrvxmtrx
102 kovirobi
103 ];
104+ mainProgram = "9";
105 platforms = platforms.unix;
106 # TODO: revisit this when the sdk situation on x86_64-darwin changes
107 broken = stdenv.isDarwin && stdenv.isx86_64;