Merge pull request #126305 from andersk/mesa-demos-data

mesa-demos: Configure --with-system-data-files
This commit is contained in:
Matthew Bauer
2021-06-10 13:29:09 -05:00
committed by GitHub
@@ -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; {