I have a build that requires GLEW to be installed, which exists on all mesa platforms.
Since nixpkgs is missing a binary for GLEW on windows, is it possible to download glew32.dll
, and have nix provide this locally if I’m cross-compiling to mingwW64? How would I go about achieving this?