1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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

This commit is contained in:
Tuomas Tynkkynen 2016-04-16 20:55:18 +03:00 committed by Vladimír Čunát
parent b0d0752f2a
commit 0f19dfd0ef

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libclthreads libX11 libXft xorg.xproto ];
NIX_CFLAGS_COMPILE = "-I${xorg.xproto}/include -I${libXft}/include";
NIX_CFLAGS_COMPILE = "-I${xorg.xproto}/include -I${libXft.dev}/include";
patchPhase = ''
sed -e "s@ldconfig@@" -i Makefile