nix-community / nixGL

A wrapper tool for nix OpenGL application [maintainer=@guibou]
628 stars 76 forks source link

"`linuxPackages.nvidia_x11` does not contain `buildInputs`" error when building NVIDIA wrappers. #172

Closed 2goodAP closed 2 months ago

2goodAP commented 2 months ago

Non-NVIDIA wrappers build just fine, it's just the NVIDIA wrappers that throw the following error.

image

The problem seems to be in the following section.

image

Also, a NixOS module exposes mkDriver function for building nvidia drivers. Could we use that here instead of overriding the nvidia_x11 package?

kenranunderscore commented 2 months ago

Should be fixed with #165.

2goodAP commented 2 months ago

Yup, this one appears to be fixed. However, #170 keeps happening. I may post details over there.

I will close this one for the time being. Will reopen if necessary.