add gnumake to nix package deps
This commit is contained in:
parent
f4a51c730e
commit
2370255fed
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
cglm,
|
||||
clang,
|
||||
glfw,
|
||||
gnumake,
|
||||
pkg-config,
|
||||
shaderc,
|
||||
vulkan-headers,
|
||||
|
@ -27,6 +28,7 @@ in stdenv.mkDerivation {
|
|||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
gnumake
|
||||
clang
|
||||
pkg-config
|
||||
shaderc
|
||||
|
|
Loading…
Reference in a new issue