lol

treewide: Make explicit that 'dev' output of libXcursor is used

authored by

Tuomas Tynkkynen and committed by
Vladimír Čunát
b0d0752f c857552d

+1 -1
+1 -1
pkgs/games/0ad/default.nix
··· 38 38 NIX_CFLAGS_COMPILE = [ 39 39 "-I${xproto}/include/X11" 40 40 "-I${libX11.dev}/include/X11" 41 - "-I${libXcursor}/include/X11" 41 + "-I${libXcursor.dev}/include/X11" 42 42 "-I${SDL}/include/SDL" 43 43 "-I${SDL2}/include/SDL2" 44 44 ];