language.c.includes
collision when trying to use libX11 and xorgproto
#241
Labels
bug
Something isn't working
Describe the bug
xorg.libX11
andxorg.xorgproto
both contain some of the same files, but both are often needed when working with X11 libs. Including both of them inlanguage.c.includes
causes a collision.To Reproduce
Steps to reproduce the behavior:
devshell.toml
file with:Expected behavior
Include files from both packages are on the include path
System information
WSL2 / Debian Bullseye
Additional context
I'm trying to work on a golang project that uses SDL2 (and as such needs the C compiler as well), and SDL2 requires both libX11 and xorgproto.
flake.nix:
devshell.toml:
The above configuration gives the following error:
The text was updated successfully, but these errors were encountered: