Skip to content

Commit

Permalink
Merge pull request #120692 from Hoverbear/check-meta-support-mainProgram
Browse files Browse the repository at this point in the history
stdenv: support mainProgram in meta
  • Loading branch information
grahamc committed Apr 26, 2021
2 parents 5955013 + acfddd5 commit dd4c01b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/stdenv/generic/check-meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dd4c01b

Please sign in to comment.