Hi, NVIDIA has released open source kernel driver though the firmware for the GPU is still closed source. [1] I'm currently trying to package it but there are 2 issues I ran into. First if I don't override the build phase it fails to find the utils.mk file as it does not run the make command from the root of the repo. That links to second issue where the linux kernel version of the driver fails: make -C kernel-open modules make[1]: Entering directory '/tmp/guix-build-nvidia-gpu-linux-module-515.43.04.drv-0/source/kernel-open' make[2]: Entering directory '/gnu/store/gcwhb3632xh588ihsddi2ss3y3v45zlz-nvidia-gpu-linux-module-515.43.04/lib/modules/5.17.5/build'make[2]: *** No rule to make target 'modules'. Stop. Any ideas how to fix this? [1] https://www.phoronix.com/scan.php?page=article&item=nvidia-open-kernel&num=1 ---- Petr