lol

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

authored by

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

+1 -1
+1 -1
pkgs/development/libraries/libclxclient/default.nix
··· 11 11 12 12 buildInputs = [ libclthreads libX11 libXft xorg.xproto ]; 13 13 14 - NIX_CFLAGS_COMPILE = "-I${xorg.xproto}/include -I${libXft}/include"; 14 + NIX_CFLAGS_COMPILE = "-I${xorg.xproto}/include -I${libXft.dev}/include"; 15 15 16 16 patchPhase = '' 17 17 sed -e "s@ldconfig@@" -i Makefile