mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +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 ];
|
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 = ''
|
patchPhase = ''
|
||||||
sed -e "s@ldconfig@@" -i Makefile
|
sed -e "s@ldconfig@@" -i Makefile
|
||||||
|
|
Loading…
Reference in a new issue