flake: Add cmake to devShell
Meson fails to setup when cmake is not found. Add cmake to the default devShell so meson build works. Change-Id: I4d933efac9540c564f3171e43c23e7a645722ef7
This commit is contained in:
parent
6c29016a09
commit
9adefa9de4
1 changed files with 1 additions and 0 deletions
|
@ -421,6 +421,7 @@
|
|||
# FIXME(Qyriad): remove once the migration to Meson is complete.
|
||||
pkgs.buildPackages.meson
|
||||
pkgs.buildPackages.ninja
|
||||
pkgs.buildPackages.cmake
|
||||
|
||||
pkgs.buildPackages.clangbuildanalyzer
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue