add gnumake to nix package deps

This commit is contained in:
jacekpoz 2024-08-08 15:07:11 +02:00
parent f4a51c730e
commit 2370255fed
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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