Add `ccmake` to bootstrap and clang spec.

pull/1/head
Joshua Potter 2023-12-21 18:13:17 -05:00
parent 5311fc0cef
commit c9e6851808
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@
packages = with pkgs; [
clang-tools
cmake
cmakeCurses
codelldb
doxygen
];

View File

@ -51,6 +51,7 @@
packages = with pkgs; [
clang-tools
cmake
cmakeCurses
codelldb
doxygen
];