mesa-demos: Configure --with-system-data-files

Fixes #126301.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2021-06-08 21:03:03 -07:00
parent 3bc8e5cd23
commit b3f37af994
@@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ freeglut glew libX11 libXext libGL libGLU mesa mesa.osmesa wayland ];
nativeBuildInputs = [ pkg-config ];
configureFlags = [ "--with-system-data-files" ];
enableParallelBuilding = true;
meta = with lib; {