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:
parent
b0d0752f2a
commit
0f19dfd0ef
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue