lol

libGLU: fix on darwin

Fixes a configuration issue:

meson.build:33:8: ERROR: requires argument not a string, library with pkgconfig-generated file or pkgconfig-dependency object, got <ExtraFrameworkDependency opengl: True>

+4
+4
pkgs/development/libraries/mesa-glu/default.nix
··· 22 22 23 23 outputs = [ "out" "dev" ]; 24 24 25 + mesonFlags = lib.optionals stdenv.isDarwin [ 26 + "-Dgl_provider=gl" # glvnd is default 27 + ]; 28 + 25 29 enableParallelBuilding = true; 26 30 27 31 passthru = {