treewide: Make explicit that 'dev' output of xorg.libX11 is used

This commit is contained in:
Tuomas Tynkkynen 2016-04-16 20:47:46 +03:00 committed by Vladimír Čunát
parent 05d8174b0e
commit c4ffd14184

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optionals gtkSupport [ gtk ]
++ stdenv.lib.optionals qtSupport [ qt4 ];
patchPhase = ''
substituteInPlace configure --replace /usr/X11R6 ${xorg.libX11}
substituteInPlace configure --replace /usr/X11R6 ${xorg.libX11.dev}
'';
preConfigure = stdenv.lib.optional qtSupport ''
mkdir .bin