Commit 8afdfd9e authored by Shamrock Lee's avatar Shamrock Lee
Browse files

clang: specify meta.mainProgram

parent ba4fa1f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ let
        of tools that can be built using the Clang frontend as a library to
        parse C/C++ code.
      '';
      mainProgram = "clang";
    };
  } // lib.optionalAttrs enableManpages {
    pname = "clang-manpages";
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ let
        of tools that can be built using the Clang frontend as a library to
        parse C/C++ code.
      '';
      mainProgram = "clang";
    };
  } // lib.optionalAttrs enableManpages {
    pname = "clang-manpages";
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ let
        of tools that can be built using the Clang frontend as a library to
        parse C/C++ code.
      '';
      mainProgram = "clang";
    };
  } // lib.optionalAttrs enableManpages {
    pname = "clang-manpages";
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ let
        of tools that can be built using the Clang frontend as a library to
        parse C/C++ code.
      '';
      mainProgram = "clang";
    };
  } // lib.optionalAttrs enableManpages {
    pname = "clang-manpages";
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ let
        of tools that can be built using the Clang frontend as a library to
        parse C/C++ code.
      '';
      mainProgram = "clang";
    };
  } // lib.optionalAttrs enableManpages {
    pname = "clang-manpages";
Loading