mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
Merge pull request #120692 from Hoverbear/check-meta-support-mainProgram
stdenv: support mainProgram in meta
This commit is contained in:
commit
dd4c01b119
@ -203,6 +203,7 @@ let
|
||||
metaTypes = with lib.types; rec {
|
||||
# These keys are documented
|
||||
description = str;
|
||||
mainProgram = str;
|
||||
longDescription = str;
|
||||
branch = str;
|
||||
homepage = either (listOf str) str;
|
||||
|
Loading…
Reference in New Issue
Block a user