1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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
commit 3ed3aa0884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {