forked from mirrors/nixpkgs
treewide: Make explicit that 'dev' output of xorg.libX11 is used
This commit is contained in:
parent
05d8174b0e
commit
c4ffd14184
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue