mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
Merge pull request #278353 from zimbatm/mainProgram
Add missing meta.mainProgram
This commit is contained in:
commit
a898c8af67
@ -69,5 +69,6 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/tweag/nickel/blob/${version}/RELEASES.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ AndersonTorres felschr matthiasbeyer ];
|
||||
mainProgram = "nickel";
|
||||
};
|
||||
}
|
||||
|
@ -36,5 +36,6 @@ stdenv.mkDerivation {
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dtzWill trepetti dduan trundle stephank ];
|
||||
mainProgram = "swift-format";
|
||||
};
|
||||
}
|
||||
|
@ -66,6 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://ziglang.org/download/${finalAttrs.version}/release-notes.html";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ andrewrk ] ++ lib.teams.zig.members;
|
||||
mainProgram = "zig";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
} // removeAttrs args [ "hash" ])
|
||||
|
Loading…
Reference in New Issue
Block a user