src/c/VulkanTest > guix install -L ~/.dotfiles glfw glm The following packages will be installed: glfw 3.4 glm 1.0.1 substitute: looking for substitutes on 'https://bordeaux.guix.gnu.org'... 100.0% The following derivation will be built: /gnu/store/i8yvg2n3nnpihbvjh6iaj1xdvwf3gbhb-profile.drv 14.3 MB will be downloaded glm-1.0.1 2.1MiB 5.4MiB/s 00:00 ▕██████████████████▏ 100.0% glfw-3.4 405KiB 4.6MiB/s 00:00 ▕██████████████████▏ 100.0%building CA certificate bundle... listing Emacs sub-directories... building fonts directory... building directory of Info manuals... building profile with 2 packages... hint: Consider setting the necessary environment variables by running: GUIX_PROFILE="/home/ebrasca/.guix-profile" . "$GUIX_PROFILE/etc/profile" unset GUIX_PROFILE Alternately, see `guix package --search-paths -p "/home/ebrasca/.guix-profile"'. src/c/VulkanTest > GUIX_PROFILE="/home/ebrasca/.guix-profile" src/c/VulkanTest > . "$GUIX_PROFILE/etc/profile" src/c/VulkanTest > unset GUIX_PROFILE src/c/VulkanTest > make test g++ -std=c++17 -O2 -o VulkanTest main.cpp -lglfw -lvulkan -ldl -lpthread -lX11 -lXxf86vm -lXrandr -lXi main.cpp:2:10: fatal error: GLFW/glfw3.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:5: VulkanTest] Error 1