Add `ccmake` to bootstrap and clang spec.
parent
5311fc0cef
commit
c9e6851808
|
@ -49,6 +49,7 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake
|
cmake
|
||||||
|
cmakeCurses
|
||||||
codelldb
|
codelldb
|
||||||
doxygen
|
doxygen
|
||||||
];
|
];
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake
|
cmake
|
||||||
|
cmakeCurses
|
||||||
codelldb
|
codelldb
|
||||||
doxygen
|
doxygen
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue