Merge pull request #121335 from Ericson2314/fix-mesa

mesa: Fix build
This commit is contained in:
John Ericson 2021-04-30 21:05:19 -04:00 committed by GitHub
commit 4b499cf83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ self = stdenv.mkDerivation {
]; ];
buildInputs = with xorg; [ buildInputs = with xorg; [
expat llvmPackages.llvm libglvnd xorgproto expat llvmPackages.libllvm libglvnd xorgproto
libX11 libXext libxcb libXt libXfixes libxshmfence libXrandr 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*/