mesa: add new required dep on libXrandr

This commit is contained in:
Will Dietz 2018-09-21 13:25:12 -05:00
parent a94ac965c8
commit 0d91e3b550

View File

@ -144,7 +144,7 @@ let self = stdenv.mkDerivation {
buildInputs = with xorg; [ buildInputs = with xorg; [
expat llvmPackages.llvm libglvnd expat llvmPackages.llvm libglvnd
glproto dri2proto dri3proto presentproto glproto dri2proto dri3proto presentproto
libX11 libXext libxcb libXt libXfixes libxshmfence libX11 libXext libxcb libXt libXfixes libxshmfence libXrandr
libffi libvdpau libelf libXvMC libffi libvdpau libelf libXvMC
libpthreadstubs openssl/*or another sha1 provider*/ libpthreadstubs openssl/*or another sha1 provider*/
valgrind-light python2 python2.pkgs.Mako valgrind-light python2 python2.pkgs.Mako