mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-02 21:54:45 +00:00
Restore the downstream patch allowing a single GLEW build to support both EGL and GLX. The patch originated in the AUR glew-egl-glx package and was later adopted by Arch Linux. It was subsequently removed from the Arch packaging repository, and later dropped from nixpkgs as we no longer had an upstream copy to fetch. Vendor an updated version of the patch into nixpkgs. Without it, applications built with GLEW_EGL cannot initialize GLX, requiring package-specific workarounds and leaving some applications broken.